#F227C1

Color #F227C1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F227C1

Tints of Razzle Dazzle Rose #F227C1

Color information

#F227C1 (or 0xF227C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 27 and C1. RGB value is (242,39,193). Sum of RGB (Red+Green+Blue) = 242+39+193=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F227C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227C1 is #0DD83E. Grayscale: #747474. Windows color (decimal): -907327 or 12658674. OLE color: 12658674.

HSL color Cylindrical-coordinate representation of color #F227C1: hue angle of 314.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227C1 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24239193-
CMYK00.840.200.05
HSL314.48º88.65%55.1%-
HSV(B)314.48º83.88%94.9%-
XYZ46.9724.1852.64-
YUV117.25170.75216.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 39 (15.62% from 255) = 8.23%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=51.05%
G=8.23%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423919300.840.200.05314.4888.6555.1
HexF227C105414513a5937
Octal36247301012424547213167
Binary111100101001111100000101010100101001011001110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F227C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F227C1; }

 p { color: rgb(242,39,193); }

 H1.HeaderClassName
 {
   color: #F227C1;
 }
 .AnyTagClassName
 {
   color: #F227C1;
 }
</style>
background-color css

<style>
 a { background-color: #F227C1; }

 a { background-color: rgb(242,39,193); }

 div.DivClassName
 {
   background-color: #F227C1;
 }
 .BgClassName
 {
   background-color: #F227C1;
 }
</style>
border-color css

<style>
 span { border-color: #F227C1; }

 span { border-color: rgb(242,39,193); }

 td.TdClassName
 {
   border-color: #F227C1;
 }
 .TagClassName
 {
   border-color: #F227C1;
 }
</style>