Shades of Razzle Dazzle Rose #F91CE2
Tints of Razzle Dazzle Rose #F91CE2
RGB
CMYK
RGB Variations
Color information
#F91CE2 (or 0xF91CE2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1C and E2. RGB value is (249,28,226). Sum of RGB (Red+Green+Blue) = 249+28+226=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CE2 is #06E31D. Grayscale: #747474. Windows color (decimal): -451358 or 14818553. OLE color: 14818553.
HSL color Cylindrical-coordinate representation of color #F91CE2: hue angle of 306.24º 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 #F91CE2 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 226 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.02 |
| HSL | 306.24º | 0.95% | 0.54% | - |
| HSV(B) | 306.24º | 0.89% | 0.98% | - |
| XYZ | 53.21 | 26.46 | 74.25 | - |
| YUV | 116.65 | 189.72 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 226 | 0 | 0.89 | 0.09 | 0.02 | 306.24 | 0.95 | 0.54 |
| Hex | F9 | 1C | E2 | 0 | 59 | 9 | 2 | 132 | 5F | 36 |
| Octal | 371 | 34 | 342 | 0 | 131 | 11 | 2 | 462 | 137 | 66 |
| Binary | 11111001 | 11100 | 11100010 | 0 | 1011001 | 1001 | 10 | 100110010 | 1011111 | 110110 |
Color Harmonies of #F91CE2
Complementary color
Monochromatic Colors of #F91CE2
Black with #F91CE2
Text Example
Text Example
White with #F91CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CE2; }
p { color: rgb(249,28,226); }
H1.HeaderClassName
{
color: #F91CE2;
}
.AnyTagClassName
{
color: #F91CE2;
}
</style>
background-color css
<style>
a { background-color: #F91CE2; }
a { background-color: rgb(249,28,226); }
div.DivClassName
{
background-color: #F91CE2;
}
.BgClassName
{
background-color: #F91CE2;
}
</style>
border-color css
<style>
span { border-color: #F91CE2; }
span { border-color: rgb(249,28,226); }
td.TdClassName
{
border-color: #F91CE2;
}
.TagClassName
{
border-color: #F91CE2;
}
</style>