Shades of Razzle Dazzle Rose #F03CDA
Tints of Razzle Dazzle Rose #F03CDA
RGB
CMYK
RGB Variations
Color information
#F03CDA (or 0xF03CDA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and DA. RGB value is (240,60,218). Sum of RGB (Red+Green+Blue) = 240+60+218=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CDA is #0FC325. Grayscale: #838383. Windows color (decimal): -1032998 or 14302448. OLE color: 14302448.
HSL color Cylindrical-coordinate representation of color #F03CDA: hue angle of 307.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 #F03CDA is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 218 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.06 |
| HSL | 307.33º | 0.86% | 0.59% | - |
| HSV(B) | 307.33º | 0.75% | 0.94% | - |
| XYZ | 50.21 | 26.82 | 68.86 | - |
| YUV | 131.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 218 | 0 | 0.75 | 0.09 | 0.06 | 307.33 | 0.86 | 0.59 |
| Hex | F0 | 3C | DA | 0 | 4B | 9 | 6 | 133 | 56 | 3B |
| Octal | 360 | 74 | 332 | 0 | 113 | 11 | 6 | 463 | 126 | 73 |
| Binary | 11110000 | 111100 | 11011010 | 0 | 1001011 | 1001 | 110 | 100110011 | 1010110 | 111011 |
Color Harmonies of #F03CDA
Complementary color
Monochromatic Colors of #F03CDA
Black with #F03CDA
Text Example
Text Example
White with #F03CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CDA; }
p { color: rgb(240,60,218); }
H1.HeaderClassName
{
color: #F03CDA;
}
.AnyTagClassName
{
color: #F03CDA;
}
</style>
background-color css
<style>
a { background-color: #F03CDA; }
a { background-color: rgb(240,60,218); }
div.DivClassName
{
background-color: #F03CDA;
}
.BgClassName
{
background-color: #F03CDA;
}
</style>
border-color css
<style>
span { border-color: #F03CDA; }
span { border-color: rgb(240,60,218); }
td.TdClassName
{
border-color: #F03CDA;
}
.TagClassName
{
border-color: #F03CDA;
}
</style>