Shades of Razzle Dazzle Rose #F031EE
Tints of Razzle Dazzle Rose #F031EE
RGB
CMYK
RGB Variations
Color information
#F031EE (or 0xF031EE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and EE. RGB value is (240,49,238). Sum of RGB (Red+Green+Blue) = 240+49+238=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F031EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031EE is #0FCE11. Grayscale: #7F7F7F. Windows color (decimal): -1035794 or 15610352. OLE color: 15610352.
HSL color Cylindrical-coordinate representation of color #F031EE: hue angle of 300.63º 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 #F031EE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 238 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.06 |
| HSL | 300.63º | 0.86% | 0.57% | - |
| HSV(B) | 300.63º | 0.8% | 0.94% | - |
| XYZ | 52.47 | 26.89 | 83.31 | - |
| YUV | 127.66 | 190.28 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 238 | 0 | 0.80 | 0.01 | 0.06 | 300.63 | 0.86 | 0.57 |
| Hex | F0 | 31 | EE | 0 | 50 | 1 | 6 | 12D | 56 | 39 |
| Octal | 360 | 61 | 356 | 0 | 120 | 1 | 6 | 455 | 126 | 71 |
| Binary | 11110000 | 110001 | 11101110 | 0 | 1010000 | 1 | 110 | 100101101 | 1010110 | 111001 |
Color Harmonies of #F031EE
Complementary color
Monochromatic Colors of #F031EE
Black with #F031EE
Text Example
Text Example
White with #F031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031EE; }
p { color: rgb(240,49,238); }
H1.HeaderClassName
{
color: #F031EE;
}
.AnyTagClassName
{
color: #F031EE;
}
</style>
background-color css
<style>
a { background-color: #F031EE; }
a { background-color: rgb(240,49,238); }
div.DivClassName
{
background-color: #F031EE;
}
.BgClassName
{
background-color: #F031EE;
}
</style>
border-color css
<style>
span { border-color: #F031EE; }
span { border-color: rgb(240,49,238); }
td.TdClassName
{
border-color: #F031EE;
}
.TagClassName
{
border-color: #F031EE;
}
</style>