Shades of Razzle Dazzle Rose #F031E7
Tints of Razzle Dazzle Rose #F031E7
RGB
CMYK
RGB Variations
Color information
#F031E7 (or 0xF031E7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and E7. RGB value is (240,49,231). Sum of RGB (Red+Green+Blue) = 240+49+231=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F031E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031E7 is #0FCE18. Grayscale: #7E7E7E. Windows color (decimal): -1035801 or 15151600. OLE color: 15151600.
HSL color Cylindrical-coordinate representation of color #F031E7: hue angle of 302.83º 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 #F031E7 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 231 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.06 |
| HSL | 302.83º | 0.86% | 0.57% | - |
| HSV(B) | 302.83º | 0.8% | 0.94% | - |
| XYZ | 51.46 | 26.49 | 78 | - |
| YUV | 126.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 231 | 0 | 0.80 | 0.04 | 0.06 | 302.83 | 0.86 | 0.57 |
| Hex | F0 | 31 | E7 | 0 | 50 | 4 | 6 | 12F | 56 | 39 |
| Octal | 360 | 61 | 347 | 0 | 120 | 4 | 6 | 457 | 126 | 71 |
| Binary | 11110000 | 110001 | 11100111 | 0 | 1010000 | 100 | 110 | 100101111 | 1010110 | 111001 |
Color Harmonies of #F031E7
Complementary color
Monochromatic Colors of #F031E7
Black with #F031E7
Text Example
Text Example
White with #F031E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031E7; }
p { color: rgb(240,49,231); }
H1.HeaderClassName
{
color: #F031E7;
}
.AnyTagClassName
{
color: #F031E7;
}
</style>
background-color css
<style>
a { background-color: #F031E7; }
a { background-color: rgb(240,49,231); }
div.DivClassName
{
background-color: #F031E7;
}
.BgClassName
{
background-color: #F031E7;
}
</style>
border-color css
<style>
span { border-color: #F031E7; }
span { border-color: rgb(240,49,231); }
td.TdClassName
{
border-color: #F031E7;
}
.TagClassName
{
border-color: #F031E7;
}
</style>