Shades of Razzle Dazzle Rose #F031DC
Tints of Razzle Dazzle Rose #F031DC
RGB
CMYK
RGB Variations
Color information
#F031DC (or 0xF031DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and DC. RGB value is (240,49,220). Sum of RGB (Red+Green+Blue) = 240+49+220=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F031DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031DC is #0FCE23. Grayscale: #7D7D7D. Windows color (decimal): -1035812 or 14430704. OLE color: 14430704.
HSL color Cylindrical-coordinate representation of color #F031DC: hue angle of 306.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031DC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 220 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.06 |
| HSL | 306.28º | 0.86% | 0.57% | - |
| HSV(B) | 306.28º | 0.8% | 0.94% | - |
| XYZ | 49.95 | 25.89 | 70.07 | - |
| YUV | 125.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 220 | 0 | 0.80 | 0.08 | 0.06 | 306.28 | 0.86 | 0.57 |
| Hex | F0 | 31 | DC | 0 | 50 | 8 | 6 | 132 | 56 | 39 |
| Octal | 360 | 61 | 334 | 0 | 120 | 10 | 6 | 462 | 126 | 71 |
| Binary | 11110000 | 110001 | 11011100 | 0 | 1010000 | 1000 | 110 | 100110010 | 1010110 | 111001 |
Color Harmonies of #F031DC
Complementary color
Monochromatic Colors of #F031DC
Black with #F031DC
Text Example
Text Example
White with #F031DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031DC; }
p { color: rgb(240,49,220); }
H1.HeaderClassName
{
color: #F031DC;
}
.AnyTagClassName
{
color: #F031DC;
}
</style>
background-color css
<style>
a { background-color: #F031DC; }
a { background-color: rgb(240,49,220); }
div.DivClassName
{
background-color: #F031DC;
}
.BgClassName
{
background-color: #F031DC;
}
</style>
border-color css
<style>
span { border-color: #F031DC; }
span { border-color: rgb(240,49,220); }
td.TdClassName
{
border-color: #F031DC;
}
.TagClassName
{
border-color: #F031DC;
}
</style>