Shades of Razzle Dazzle Rose #F032DC
Tints of Razzle Dazzle Rose #F032DC
RGB
CMYK
RGB Variations
Color information
#F032DC (or 0xF032DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and DC. RGB value is (240,50,220). Sum of RGB (Red+Green+Blue) = 240+50+220=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F032DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032DC is #0FCD23. Grayscale: #7D7D7D. Windows color (decimal): -1035556 or 14430960. OLE color: 14430960.
HSL color Cylindrical-coordinate representation of color #F032DC: hue angle of 306.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032DC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 220 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.06 |
| HSL | 306.32º | 0.86% | 0.57% | - |
| HSV(B) | 306.32º | 0.79% | 0.94% | - |
| XYZ | 49.99 | 25.97 | 70.09 | - |
| YUV | 126.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 220 | 0 | 0.79 | 0.08 | 0.06 | 306.32 | 0.86 | 0.57 |
| Hex | F0 | 32 | DC | 0 | 4F | 8 | 6 | 132 | 56 | 39 |
| Octal | 360 | 62 | 334 | 0 | 117 | 10 | 6 | 462 | 126 | 71 |
| Binary | 11110000 | 110010 | 11011100 | 0 | 1001111 | 1000 | 110 | 100110010 | 1010110 | 111001 |
Color Harmonies of #F032DC
Complementary color
Monochromatic Colors of #F032DC
Black with #F032DC
Text Example
Text Example
White with #F032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032DC; }
p { color: rgb(240,50,220); }
H1.HeaderClassName
{
color: #F032DC;
}
.AnyTagClassName
{
color: #F032DC;
}
</style>
background-color css
<style>
a { background-color: #F032DC; }
a { background-color: rgb(240,50,220); }
div.DivClassName
{
background-color: #F032DC;
}
.BgClassName
{
background-color: #F032DC;
}
</style>
border-color css
<style>
span { border-color: #F032DC; }
span { border-color: rgb(240,50,220); }
td.TdClassName
{
border-color: #F032DC;
}
.TagClassName
{
border-color: #F032DC;
}
</style>