Shades of Razzle Dazzle Rose #F91EE0
Tints of Razzle Dazzle Rose #F91EE0
RGB
CMYK
RGB Variations
Color information
#F91EE0 (or 0xF91EE0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1E and E0. RGB value is (249,30,224). Sum of RGB (Red+Green+Blue) = 249+30+224=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EE0 is #06E11F. Grayscale: #757575. Windows color (decimal): -450848 or 14687993. OLE color: 14687993.
HSL color Cylindrical-coordinate representation of color #F91EE0: hue angle of 306.85º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 224 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.02 |
| HSL | 306.85º | 0.95% | 0.55% | - |
| HSV(B) | 306.85º | 0.88% | 0.98% | - |
| XYZ | 52.99 | 26.45 | 72.83 | - |
| YUV | 117.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 224 | 0 | 0.88 | 0.10 | 0.02 | 306.85 | 0.95 | 0.55 |
| Hex | F9 | 1E | E0 | 0 | 58 | A | 2 | 133 | 5F | 37 |
| Octal | 371 | 36 | 340 | 0 | 130 | 12 | 2 | 463 | 137 | 67 |
| Binary | 11111001 | 11110 | 11100000 | 0 | 1011000 | 1010 | 10 | 100110011 | 1011111 | 110111 |
Color Harmonies of #F91EE0
Complementary color
Monochromatic Colors of #F91EE0
Black with #F91EE0
Text Example
Text Example
White with #F91EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EE0; }
p { color: rgb(249,30,224); }
H1.HeaderClassName
{
color: #F91EE0;
}
.AnyTagClassName
{
color: #F91EE0;
}
</style>
background-color css
<style>
a { background-color: #F91EE0; }
a { background-color: rgb(249,30,224); }
div.DivClassName
{
background-color: #F91EE0;
}
.BgClassName
{
background-color: #F91EE0;
}
</style>
border-color css
<style>
span { border-color: #F91EE0; }
span { border-color: rgb(249,30,224); }
td.TdClassName
{
border-color: #F91EE0;
}
.TagClassName
{
border-color: #F91EE0;
}
</style>