Shades of Razzle Dazzle Rose #F03CDD
Tints of Razzle Dazzle Rose #F03CDD
RGB
CMYK
RGB Variations
Color information
#F03CDD (or 0xF03CDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and DD. RGB value is (240,60,221). Sum of RGB (Red+Green+Blue) = 240+60+221=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CDD is #0FC322. Grayscale: #838383. Windows color (decimal): -1032995 or 14499056. OLE color: 14499056.
HSL color Cylindrical-coordinate representation of color #F03CDD: hue angle of 306.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 #F03CDD is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 221 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.06 |
| HSL | 306.33º | 0.86% | 0.59% | - |
| HSV(B) | 306.33º | 0.75% | 0.94% | - |
| XYZ | 50.6 | 26.98 | 70.95 | - |
| YUV | 132.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 221 | 0 | 0.75 | 0.08 | 0.06 | 306.33 | 0.86 | 0.59 |
| Hex | F0 | 3C | DD | 0 | 4B | 8 | 6 | 132 | 56 | 3B |
| Octal | 360 | 74 | 335 | 0 | 113 | 10 | 6 | 462 | 126 | 73 |
| Binary | 11110000 | 111100 | 11011101 | 0 | 1001011 | 1000 | 110 | 100110010 | 1010110 | 111011 |
Color Harmonies of #F03CDD
Complementary color
Monochromatic Colors of #F03CDD
Black with #F03CDD
Text Example
Text Example
White with #F03CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CDD; }
p { color: rgb(240,60,221); }
H1.HeaderClassName
{
color: #F03CDD;
}
.AnyTagClassName
{
color: #F03CDD;
}
</style>
background-color css
<style>
a { background-color: #F03CDD; }
a { background-color: rgb(240,60,221); }
div.DivClassName
{
background-color: #F03CDD;
}
.BgClassName
{
background-color: #F03CDD;
}
</style>
border-color css
<style>
span { border-color: #F03CDD; }
span { border-color: rgb(240,60,221); }
td.TdClassName
{
border-color: #F03CDD;
}
.TagClassName
{
border-color: #F03CDD;
}
</style>