Shades of Razzle Dazzle Rose #F031D9
Tints of Razzle Dazzle Rose #F031D9
RGB
CMYK
RGB Variations
Color information
#F031D9 (or 0xF031D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and D9. RGB value is (240,49,217). Sum of RGB (Red+Green+Blue) = 240+49+217=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F031D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031D9 is #0FCE26. Grayscale: #7C7C7C. Windows color (decimal): -1035815 or 14234096. OLE color: 14234096.
HSL color Cylindrical-coordinate representation of color #F031D9: hue angle of 307.23º 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 #F031D9 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 217 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.06 |
| HSL | 307.23º | 0.86% | 0.57% | - |
| HSV(B) | 307.23º | 0.8% | 0.94% | - |
| XYZ | 49.56 | 25.73 | 68 | - |
| YUV | 125.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 217 | 0 | 0.80 | 0.10 | 0.06 | 307.23 | 0.86 | 0.57 |
| Hex | F0 | 31 | D9 | 0 | 50 | A | 6 | 133 | 56 | 39 |
| Octal | 360 | 61 | 331 | 0 | 120 | 12 | 6 | 463 | 126 | 71 |
| Binary | 11110000 | 110001 | 11011001 | 0 | 1010000 | 1010 | 110 | 100110011 | 1010110 | 111001 |
Color Harmonies of #F031D9
Complementary color
Monochromatic Colors of #F031D9
Black with #F031D9
Text Example
Text Example
White with #F031D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031D9; }
p { color: rgb(240,49,217); }
H1.HeaderClassName
{
color: #F031D9;
}
.AnyTagClassName
{
color: #F031D9;
}
</style>
background-color css
<style>
a { background-color: #F031D9; }
a { background-color: rgb(240,49,217); }
div.DivClassName
{
background-color: #F031D9;
}
.BgClassName
{
background-color: #F031D9;
}
</style>
border-color css
<style>
span { border-color: #F031D9; }
span { border-color: rgb(240,49,217); }
td.TdClassName
{
border-color: #F031D9;
}
.TagClassName
{
border-color: #F031D9;
}
</style>