Shades of Razzle Dazzle Rose #F03FCD
Tints of Razzle Dazzle Rose #F03FCD
RGB
CMYK
RGB Variations
Color information
#F03FCD (or 0xF03FCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and CD. RGB value is (240,63,205). Sum of RGB (Red+Green+Blue) = 240+63+205=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FCD is #0FC032. Grayscale: #838383. Windows color (decimal): -1032243 or 13451248. OLE color: 13451248.
HSL color Cylindrical-coordinate representation of color #F03FCD: hue angle of 311.86º 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 #F03FCD is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 205 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.06 |
| HSL | 311.86º | 0.86% | 0.59% | - |
| HSV(B) | 311.86º | 0.74% | 0.94% | - |
| XYZ | 48.73 | 26.49 | 60.3 | - |
| YUV | 132.11 | 169.14 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 205 | 0 | 0.74 | 0.15 | 0.06 | 311.86 | 0.86 | 0.59 |
| Hex | F0 | 3F | CD | 0 | 4A | F | 6 | 138 | 56 | 3B |
| Octal | 360 | 77 | 315 | 0 | 112 | 17 | 6 | 470 | 126 | 73 |
| Binary | 11110000 | 111111 | 11001101 | 0 | 1001010 | 1111 | 110 | 100111000 | 1010110 | 111011 |
Color Harmonies of #F03FCD
Complementary color
Monochromatic Colors of #F03FCD
Black with #F03FCD
Text Example
Text Example
White with #F03FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FCD; }
p { color: rgb(240,63,205); }
H1.HeaderClassName
{
color: #F03FCD;
}
.AnyTagClassName
{
color: #F03FCD;
}
</style>
background-color css
<style>
a { background-color: #F03FCD; }
a { background-color: rgb(240,63,205); }
div.DivClassName
{
background-color: #F03FCD;
}
.BgClassName
{
background-color: #F03FCD;
}
</style>
border-color css
<style>
span { border-color: #F03FCD; }
span { border-color: rgb(240,63,205); }
td.TdClassName
{
border-color: #F03FCD;
}
.TagClassName
{
border-color: #F03FCD;
}
</style>