Shades of Razzle Dazzle Rose #F03CCD
Tints of Razzle Dazzle Rose #F03CCD
RGB
CMYK
RGB Variations
Color information
#F03CCD (or 0xF03CCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and CD. RGB value is (240,60,205). Sum of RGB (Red+Green+Blue) = 240+60+205=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CCD is #0FC332. Grayscale: #818181. Windows color (decimal): -1033011 or 13450480. OLE color: 13450480.
HSL color Cylindrical-coordinate representation of color #F03CCD: hue angle of 311.67º 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 #F03CCD is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 205 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.06 |
| HSL | 311.67º | 0.86% | 0.59% | - |
| HSV(B) | 311.67º | 0.75% | 0.94% | - |
| XYZ | 48.57 | 26.16 | 60.25 | - |
| YUV | 130.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 205 | 0 | 0.75 | 0.15 | 0.06 | 311.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | CD | 0 | 4B | F | 6 | 138 | 56 | 3B |
| Octal | 360 | 74 | 315 | 0 | 113 | 17 | 6 | 470 | 126 | 73 |
| Binary | 11110000 | 111100 | 11001101 | 0 | 1001011 | 1111 | 110 | 100111000 | 1010110 | 111011 |
Color Harmonies of #F03CCD
Complementary color
Monochromatic Colors of #F03CCD
Black with #F03CCD
Text Example
Text Example
White with #F03CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CCD; }
p { color: rgb(240,60,205); }
H1.HeaderClassName
{
color: #F03CCD;
}
.AnyTagClassName
{
color: #F03CCD;
}
</style>
background-color css
<style>
a { background-color: #F03CCD; }
a { background-color: rgb(240,60,205); }
div.DivClassName
{
background-color: #F03CCD;
}
.BgClassName
{
background-color: #F03CCD;
}
</style>
border-color css
<style>
span { border-color: #F03CCD; }
span { border-color: rgb(240,60,205); }
td.TdClassName
{
border-color: #F03CCD;
}
.TagClassName
{
border-color: #F03CCD;
}
</style>