Shades of Razzle Dazzle Rose #F91EE5
Tints of Razzle Dazzle Rose #F91EE5
RGB
CMYK
RGB Variations
Color information
#F91EE5 (or 0xF91EE5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1E and E5. RGB value is (249,30,229). Sum of RGB (Red+Green+Blue) = 249+30+229=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EE5 is #06E11A. Grayscale: #757575. Windows color (decimal): -450843 or 15015673. OLE color: 15015673.
HSL color Cylindrical-coordinate representation of color #F91EE5: hue angle of 305.48º 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 #F91EE5 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 229 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.02 |
| HSL | 305.48º | 0.95% | 0.55% | - |
| HSV(B) | 305.48º | 0.88% | 0.98% | - |
| XYZ | 53.67 | 26.73 | 76.46 | - |
| YUV | 118.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 229 | 0 | 0.88 | 0.08 | 0.02 | 305.48 | 0.95 | 0.55 |
| Hex | F9 | 1E | E5 | 0 | 58 | 8 | 2 | 131 | 5F | 37 |
| Octal | 371 | 36 | 345 | 0 | 130 | 10 | 2 | 461 | 137 | 67 |
| Binary | 11111001 | 11110 | 11100101 | 0 | 1011000 | 1000 | 10 | 100110001 | 1011111 | 110111 |
Color Harmonies of #F91EE5
Complementary color
Monochromatic Colors of #F91EE5
Black with #F91EE5
Text Example
Text Example
White with #F91EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EE5; }
p { color: rgb(249,30,229); }
H1.HeaderClassName
{
color: #F91EE5;
}
.AnyTagClassName
{
color: #F91EE5;
}
</style>
background-color css
<style>
a { background-color: #F91EE5; }
a { background-color: rgb(249,30,229); }
div.DivClassName
{
background-color: #F91EE5;
}
.BgClassName
{
background-color: #F91EE5;
}
</style>
border-color css
<style>
span { border-color: #F91EE5; }
span { border-color: rgb(249,30,229); }
td.TdClassName
{
border-color: #F91EE5;
}
.TagClassName
{
border-color: #F91EE5;
}
</style>