Shades of Razzle Dazzle Rose #F11EE0
Tints of Razzle Dazzle Rose #F11EE0
RGB
CMYK
RGB Variations
Color information
#F11EE0 (or 0xF11EE0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1E and E0. RGB value is (241,30,224). Sum of RGB (Red+Green+Blue) = 241+30+224=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EE0 is #0EE11F. Grayscale: #727272. Windows color (decimal): -975136 or 14687985. OLE color: 14687985.
HSL color Cylindrical-coordinate representation of color #F11EE0: hue angle of 304.83º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 224 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.05 |
| HSL | 304.83º | 0.88% | 0.53% | - |
| HSV(B) | 304.83º | 0.88% | 0.95% | - |
| XYZ | 50.19 | 25.01 | 72.7 | - |
| YUV | 115.21 | 189.4 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 224 | 0 | 0.88 | 0.07 | 0.05 | 304.83 | 0.88 | 0.53 |
| Hex | F1 | 1E | E0 | 0 | 58 | 7 | 5 | 131 | 58 | 35 |
| Octal | 361 | 36 | 340 | 0 | 130 | 7 | 5 | 461 | 130 | 65 |
| Binary | 11110001 | 11110 | 11100000 | 0 | 1011000 | 111 | 101 | 100110001 | 1011000 | 110101 |
Color Harmonies of #F11EE0
Complementary color
Monochromatic Colors of #F11EE0
Black with #F11EE0
Text Example
Text Example
White with #F11EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11EE0; }
p { color: rgb(241,30,224); }
H1.HeaderClassName
{
color: #F11EE0;
}
.AnyTagClassName
{
color: #F11EE0;
}
</style>
background-color css
<style>
a { background-color: #F11EE0; }
a { background-color: rgb(241,30,224); }
div.DivClassName
{
background-color: #F11EE0;
}
.BgClassName
{
background-color: #F11EE0;
}
</style>
border-color css
<style>
span { border-color: #F11EE0; }
span { border-color: rgb(241,30,224); }
td.TdClassName
{
border-color: #F11EE0;
}
.TagClassName
{
border-color: #F11EE0;
}
</style>