Shades of Razzle Dazzle Rose #F032DD
Tints of Razzle Dazzle Rose #F032DD
RGB
CMYK
RGB Variations
Color information
#F032DD (or 0xF032DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and DD. RGB value is (240,50,221). Sum of RGB (Red+Green+Blue) = 240+50+221=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F032DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032DD is #0FCD22. Grayscale: #7D7D7D. Windows color (decimal): -1035555 or 14496496. OLE color: 14496496.
HSL color Cylindrical-coordinate representation of color #F032DD: hue angle of 306º 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 #F032DD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 221 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.06 |
| HSL | 306º | 0.86% | 0.57% | - |
| HSV(B) | 306º | 0.79% | 0.94% | - |
| XYZ | 50.13 | 26.03 | 70.79 | - |
| YUV | 126.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 221 | 0 | 0.79 | 0.08 | 0.06 | 306 | 0.86 | 0.57 |
| Hex | F0 | 32 | DD | 0 | 4F | 8 | 6 | 132 | 56 | 39 |
| Octal | 360 | 62 | 335 | 0 | 117 | 10 | 6 | 462 | 126 | 71 |
| Binary | 11110000 | 110010 | 11011101 | 0 | 1001111 | 1000 | 110 | 100110010 | 1010110 | 111001 |
Color Harmonies of #F032DD
Complementary color
Monochromatic Colors of #F032DD
Black with #F032DD
Text Example
Text Example
White with #F032DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032DD; }
p { color: rgb(240,50,221); }
H1.HeaderClassName
{
color: #F032DD;
}
.AnyTagClassName
{
color: #F032DD;
}
</style>
background-color css
<style>
a { background-color: #F032DD; }
a { background-color: rgb(240,50,221); }
div.DivClassName
{
background-color: #F032DD;
}
.BgClassName
{
background-color: #F032DD;
}
</style>
border-color css
<style>
span { border-color: #F032DD; }
span { border-color: rgb(240,50,221); }
td.TdClassName
{
border-color: #F032DD;
}
.TagClassName
{
border-color: #F032DD;
}
</style>