Shades of Razzle Dazzle Rose #F032D1
Tints of Razzle Dazzle Rose #F032D1
RGB
CMYK
RGB Variations
Color information
#F032D1 (or 0xF032D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and D1. RGB value is (240,50,209). Sum of RGB (Red+Green+Blue) = 240+50+209=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D1 is #0FCD2E. Grayscale: #7C7C7C. Windows color (decimal): -1035567 or 13710064. OLE color: 13710064.
HSL color Cylindrical-coordinate representation of color #F032D1: hue angle of 309.79º 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 #F032D1 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 209 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.06 |
| HSL | 309.79º | 0.86% | 0.57% | - |
| HSV(B) | 309.79º | 0.79% | 0.94% | - |
| XYZ | 48.58 | 25.41 | 62.67 | - |
| YUV | 124.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 209 | 0 | 0.79 | 0.13 | 0.06 | 309.79 | 0.86 | 0.57 |
| Hex | F0 | 32 | D1 | 0 | 4F | D | 6 | 136 | 56 | 39 |
| Octal | 360 | 62 | 321 | 0 | 117 | 15 | 6 | 466 | 126 | 71 |
| Binary | 11110000 | 110010 | 11010001 | 0 | 1001111 | 1101 | 110 | 100110110 | 1010110 | 111001 |
Color Harmonies of #F032D1
Complementary color
Monochromatic Colors of #F032D1
Black with #F032D1
Text Example
Text Example
White with #F032D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032D1; }
p { color: rgb(240,50,209); }
H1.HeaderClassName
{
color: #F032D1;
}
.AnyTagClassName
{
color: #F032D1;
}
</style>
background-color css
<style>
a { background-color: #F032D1; }
a { background-color: rgb(240,50,209); }
div.DivClassName
{
background-color: #F032D1;
}
.BgClassName
{
background-color: #F032D1;
}
</style>
border-color css
<style>
span { border-color: #F032D1; }
span { border-color: rgb(240,50,209); }
td.TdClassName
{
border-color: #F032D1;
}
.TagClassName
{
border-color: #F032D1;
}
</style>