Shades of Razzle Dazzle Rose #F031C9
Tints of Razzle Dazzle Rose #F031C9
RGB
CMYK
RGB Variations
Color information
#F031C9 (or 0xF031C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and C9. RGB value is (240,49,201). Sum of RGB (Red+Green+Blue) = 240+49+201=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F031C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031C9 is #0FCE36. Grayscale: #7B7B7B. Windows color (decimal): -1035831 or 13185520. OLE color: 13185520.
HSL color Cylindrical-coordinate representation of color #F031C9: hue angle of 312.25º 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 #F031C9 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 201 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.06 |
| HSL | 312.25º | 0.86% | 0.57% | - |
| HSV(B) | 312.25º | 0.8% | 0.94% | - |
| XYZ | 47.58 | 24.94 | 57.56 | - |
| YUV | 123.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 201 | 0 | 0.80 | 0.16 | 0.06 | 312.25 | 0.86 | 0.57 |
| Hex | F0 | 31 | C9 | 0 | 50 | 10 | 6 | 138 | 56 | 39 |
| Octal | 360 | 61 | 311 | 0 | 120 | 20 | 6 | 470 | 126 | 71 |
| Binary | 11110000 | 110001 | 11001001 | 0 | 1010000 | 10000 | 110 | 100111000 | 1010110 | 111001 |
Color Harmonies of #F031C9
Complementary color
Monochromatic Colors of #F031C9
Black with #F031C9
Text Example
Text Example
White with #F031C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031C9; }
p { color: rgb(240,49,201); }
H1.HeaderClassName
{
color: #F031C9;
}
.AnyTagClassName
{
color: #F031C9;
}
</style>
background-color css
<style>
a { background-color: #F031C9; }
a { background-color: rgb(240,49,201); }
div.DivClassName
{
background-color: #F031C9;
}
.BgClassName
{
background-color: #F031C9;
}
</style>
border-color css
<style>
span { border-color: #F031C9; }
span { border-color: rgb(240,49,201); }
td.TdClassName
{
border-color: #F031C9;
}
.TagClassName
{
border-color: #F031C9;
}
</style>