Shades of Razzle Dazzle Rose #F032D4
Tints of Razzle Dazzle Rose #F032D4
RGB
CMYK
RGB Variations
Color information
#F032D4 (or 0xF032D4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and D4. RGB value is (240,50,212). Sum of RGB (Red+Green+Blue) = 240+50+212=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D4 is #0FCD2B. Grayscale: #7C7C7C. Windows color (decimal): -1035564 or 13906672. OLE color: 13906672.
HSL color Cylindrical-coordinate representation of color #F032D4: hue angle of 308.84º 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 #F032D4 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 212 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.06 |
| HSL | 308.84º | 0.86% | 0.57% | - |
| HSV(B) | 308.84º | 0.79% | 0.94% | - |
| XYZ | 48.96 | 25.56 | 64.64 | - |
| YUV | 125.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 212 | 0 | 0.79 | 0.12 | 0.06 | 308.84 | 0.86 | 0.57 |
| Hex | F0 | 32 | D4 | 0 | 4F | C | 6 | 135 | 56 | 39 |
| Octal | 360 | 62 | 324 | 0 | 117 | 14 | 6 | 465 | 126 | 71 |
| Binary | 11110000 | 110010 | 11010100 | 0 | 1001111 | 1100 | 110 | 100110101 | 1010110 | 111001 |
Color Harmonies of #F032D4
Complementary color
Monochromatic Colors of #F032D4
Black with #F032D4
Text Example
Text Example
White with #F032D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032D4; }
p { color: rgb(240,50,212); }
H1.HeaderClassName
{
color: #F032D4;
}
.AnyTagClassName
{
color: #F032D4;
}
</style>
background-color css
<style>
a { background-color: #F032D4; }
a { background-color: rgb(240,50,212); }
div.DivClassName
{
background-color: #F032D4;
}
.BgClassName
{
background-color: #F032D4;
}
</style>
border-color css
<style>
span { border-color: #F032D4; }
span { border-color: rgb(240,50,212); }
td.TdClassName
{
border-color: #F032D4;
}
.TagClassName
{
border-color: #F032D4;
}
</style>