Shades of Razzle Dazzle Rose #F03ECC
Tints of Razzle Dazzle Rose #F03ECC
RGB
CMYK
RGB Variations
Color information
#F03ECC (or 0xF03ECC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and CC. RGB value is (240,62,204). Sum of RGB (Red+Green+Blue) = 240+62+204=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ECC is #0FC133. Grayscale: #838383. Windows color (decimal): -1032500 or 13385456. OLE color: 13385456.
HSL color Cylindrical-coordinate representation of color #F03ECC: hue angle of 312.13º 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 #F03ECC is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 204 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.06 |
| HSL | 312.13º | 0.86% | 0.59% | - |
| HSV(B) | 312.13º | 0.74% | 0.94% | - |
| XYZ | 48.56 | 26.33 | 59.65 | - |
| YUV | 131.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 204 | 0 | 0.74 | 0.15 | 0.06 | 312.13 | 0.86 | 0.59 |
| Hex | F0 | 3E | CC | 0 | 4A | F | 6 | 138 | 56 | 3B |
| Octal | 360 | 76 | 314 | 0 | 112 | 17 | 6 | 470 | 126 | 73 |
| Binary | 11110000 | 111110 | 11001100 | 0 | 1001010 | 1111 | 110 | 100111000 | 1010110 | 111011 |
Color Harmonies of #F03ECC
Complementary color
Monochromatic Colors of #F03ECC
Black with #F03ECC
Text Example
Text Example
White with #F03ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03ECC; }
p { color: rgb(240,62,204); }
H1.HeaderClassName
{
color: #F03ECC;
}
.AnyTagClassName
{
color: #F03ECC;
}
</style>
background-color css
<style>
a { background-color: #F03ECC; }
a { background-color: rgb(240,62,204); }
div.DivClassName
{
background-color: #F03ECC;
}
.BgClassName
{
background-color: #F03ECC;
}
</style>
border-color css
<style>
span { border-color: #F03ECC; }
span { border-color: rgb(240,62,204); }
td.TdClassName
{
border-color: #F03ECC;
}
.TagClassName
{
border-color: #F03ECC;
}
</style>