Shades of Razzle Dazzle Rose #F03FDD
Tints of Razzle Dazzle Rose #F03FDD
RGB
CMYK
RGB Variations
Color information
#F03FDD (or 0xF03FDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3F and DD. RGB value is (240,63,221). Sum of RGB (Red+Green+Blue) = 240+63+221=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03FDD is #0FC022. Grayscale: #858585. Windows color (decimal): -1032227 or 14499824. OLE color: 14499824.
HSL color Cylindrical-coordinate representation of color #F03FDD: hue angle of 306.44º 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 #F03FDD is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 221 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.06 |
| HSL | 306.44º | 0.86% | 0.59% | - |
| HSV(B) | 306.44º | 0.74% | 0.94% | - |
| XYZ | 50.76 | 27.3 | 71 | - |
| YUV | 133.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 221 | 0 | 0.74 | 0.08 | 0.06 | 306.44 | 0.86 | 0.59 |
| Hex | F0 | 3F | DD | 0 | 4A | 8 | 6 | 132 | 56 | 3B |
| Octal | 360 | 77 | 335 | 0 | 112 | 10 | 6 | 462 | 126 | 73 |
| Binary | 11110000 | 111111 | 11011101 | 0 | 1001010 | 1000 | 110 | 100110010 | 1010110 | 111011 |
Color Harmonies of #F03FDD
Complementary color
Monochromatic Colors of #F03FDD
Black with #F03FDD
Text Example
Text Example
White with #F03FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FDD; }
p { color: rgb(240,63,221); }
H1.HeaderClassName
{
color: #F03FDD;
}
.AnyTagClassName
{
color: #F03FDD;
}
</style>
background-color css
<style>
a { background-color: #F03FDD; }
a { background-color: rgb(240,63,221); }
div.DivClassName
{
background-color: #F03FDD;
}
.BgClassName
{
background-color: #F03FDD;
}
</style>
border-color css
<style>
span { border-color: #F03FDD; }
span { border-color: rgb(240,63,221); }
td.TdClassName
{
border-color: #F03FDD;
}
.TagClassName
{
border-color: #F03FDD;
}
</style>