Shades of Razzle Dazzle Rose #F032D7
Tints of Razzle Dazzle Rose #F032D7
RGB
CMYK
RGB Variations
Color information
#F032D7 (or 0xF032D7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and D7. RGB value is (240,50,215). Sum of RGB (Red+Green+Blue) = 240+50+215=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D7 is #0FCD28. Grayscale: #7D7D7D. Windows color (decimal): -1035561 or 14103280. OLE color: 14103280.
HSL color Cylindrical-coordinate representation of color #F032D7: hue angle of 307.89º 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 #F032D7 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 215 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.06 |
| HSL | 307.89º | 0.86% | 0.57% | - |
| HSV(B) | 307.89º | 0.79% | 0.94% | - |
| XYZ | 49.34 | 25.71 | 66.65 | - |
| YUV | 125.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 215 | 0 | 0.79 | 0.10 | 0.06 | 307.89 | 0.86 | 0.57 |
| Hex | F0 | 32 | D7 | 0 | 4F | A | 6 | 134 | 56 | 39 |
| Octal | 360 | 62 | 327 | 0 | 117 | 12 | 6 | 464 | 126 | 71 |
| Binary | 11110000 | 110010 | 11010111 | 0 | 1001111 | 1010 | 110 | 100110100 | 1010110 | 111001 |
Color Harmonies of #F032D7
Complementary color
Monochromatic Colors of #F032D7
Black with #F032D7
Text Example
Text Example
White with #F032D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032D7; }
p { color: rgb(240,50,215); }
H1.HeaderClassName
{
color: #F032D7;
}
.AnyTagClassName
{
color: #F032D7;
}
</style>
background-color css
<style>
a { background-color: #F032D7; }
a { background-color: rgb(240,50,215); }
div.DivClassName
{
background-color: #F032D7;
}
.BgClassName
{
background-color: #F032D7;
}
</style>
border-color css
<style>
span { border-color: #F032D7; }
span { border-color: rgb(240,50,215); }
td.TdClassName
{
border-color: #F032D7;
}
.TagClassName
{
border-color: #F032D7;
}
</style>