Shades of Razzle Dazzle Rose #F03CCB
Tints of Razzle Dazzle Rose #F03CCB
RGB
CMYK
RGB Variations
Color information
#F03CCB (or 0xF03CCB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and CB. RGB value is (240,60,203). Sum of RGB (Red+Green+Blue) = 240+60+203=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CCB is #0FC334. Grayscale: #818181. Windows color (decimal): -1033013 or 13319408. OLE color: 13319408.
HSL color Cylindrical-coordinate representation of color #F03CCB: hue angle of 312.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CCB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 203 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.06 |
| HSL | 312.33º | 0.86% | 0.59% | - |
| HSV(B) | 312.33º | 0.75% | 0.94% | - |
| XYZ | 48.33 | 26.07 | 58.98 | - |
| YUV | 130.12 | 169.13 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 203 | 0 | 0.75 | 0.15 | 0.06 | 312.33 | 0.86 | 0.59 |
| Hex | F0 | 3C | CB | 0 | 4B | F | 6 | 138 | 56 | 3B |
| Octal | 360 | 74 | 313 | 0 | 113 | 17 | 6 | 470 | 126 | 73 |
| Binary | 11110000 | 111100 | 11001011 | 0 | 1001011 | 1111 | 110 | 100111000 | 1010110 | 111011 |
Color Harmonies of #F03CCB
Complementary color
Monochromatic Colors of #F03CCB
Black with #F03CCB
Text Example
Text Example
White with #F03CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CCB; }
p { color: rgb(240,60,203); }
H1.HeaderClassName
{
color: #F03CCB;
}
.AnyTagClassName
{
color: #F03CCB;
}
</style>
background-color css
<style>
a { background-color: #F03CCB; }
a { background-color: rgb(240,60,203); }
div.DivClassName
{
background-color: #F03CCB;
}
.BgClassName
{
background-color: #F03CCB;
}
</style>
border-color css
<style>
span { border-color: #F03CCB; }
span { border-color: rgb(240,60,203); }
td.TdClassName
{
border-color: #F03CCB;
}
.TagClassName
{
border-color: #F03CCB;
}
</style>