#F03EC5

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

Shades of Razzle Dazzle Rose #F03EC5

Tints of Razzle Dazzle Rose #F03EC5

Color information

#F03EC5 (or 0xF03EC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3E and C5. RGB value is (240,62,197). Sum of RGB (Red+Green+Blue) = 240+62+197=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03EC5 is #0FC13A. Grayscale: #828282. Windows color (decimal): -1032507 or 12926704. OLE color: 12926704.

HSL color Cylindrical-coordinate representation of color #F03EC5: hue angle of 314.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03EC5 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB24062197-
CMYK00.740.180.06
HSL314.49º85.58%59.22%-
HSV(B)314.49º74.17%94.12%-
XYZ47.742655.33-
YUV130.61165.47206.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 62 (24.61% from 255) = 12.42%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=48.10%
G=12.42%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406219700.740.180.06314.4985.5859.22
HexF03EC504A12613a563b
Octal36076305011222647212673
Binary111100001111101100010101001010100101101001110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03EC5; }

 p { color: rgb(240,62,197); }

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

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

 a { background-color: rgb(240,62,197); }

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

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

 span { border-color: rgb(240,62,197); }

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