Shades of Razzle Dazzle Rose #F91CE0
Tints of Razzle Dazzle Rose #F91CE0
RGB
CMYK
RGB Variations
Color information
#F91CE0 (or 0xF91CE0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1C and E0. RGB value is (249,28,224). Sum of RGB (Red+Green+Blue) = 249+28+224=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CE0 is #06E31F. Grayscale: #737373. Windows color (decimal): -451360 or 14687481. OLE color: 14687481.
HSL color Cylindrical-coordinate representation of color #F91CE0: hue angle of 306.79º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.02 |
| HSL | 306.79º | 0.95% | 0.54% | - |
| HSV(B) | 306.79º | 0.89% | 0.98% | - |
| XYZ | 52.94 | 26.35 | 72.82 | - |
| YUV | 116.42 | 188.72 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 224 | 0 | 0.89 | 0.10 | 0.02 | 306.79 | 0.95 | 0.54 |
| Hex | F9 | 1C | E0 | 0 | 59 | A | 2 | 133 | 5F | 36 |
| Octal | 371 | 34 | 340 | 0 | 131 | 12 | 2 | 463 | 137 | 66 |
| Binary | 11111001 | 11100 | 11100000 | 0 | 1011001 | 1010 | 10 | 100110011 | 1011111 | 110110 |
Color Harmonies of #F91CE0
Complementary color
Monochromatic Colors of #F91CE0
Black with #F91CE0
Text Example
Text Example
White with #F91CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CE0; }
p { color: rgb(249,28,224); }
H1.HeaderClassName
{
color: #F91CE0;
}
.AnyTagClassName
{
color: #F91CE0;
}
</style>
background-color css
<style>
a { background-color: #F91CE0; }
a { background-color: rgb(249,28,224); }
div.DivClassName
{
background-color: #F91CE0;
}
.BgClassName
{
background-color: #F91CE0;
}
</style>
border-color css
<style>
span { border-color: #F91CE0; }
span { border-color: rgb(249,28,224); }
td.TdClassName
{
border-color: #F91CE0;
}
.TagClassName
{
border-color: #F91CE0;
}
</style>