Shades of Razzle Dazzle Rose #F91FE8
Tints of Razzle Dazzle Rose #F91FE8
RGB
CMYK
RGB Variations
Color information
#F91FE8 (or 0xF91FE8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1F and E8. RGB value is (249,31,232). Sum of RGB (Red+Green+Blue) = 249+31+232=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FE8 is #06E017. Grayscale: #767676. Windows color (decimal): -450584 or 15212537. OLE color: 15212537.
HSL color Cylindrical-coordinate representation of color #F91FE8: hue angle of 304.68º 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 #F91FE8 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 232 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.02 |
| HSL | 304.68º | 0.95% | 0.55% | - |
| HSV(B) | 304.68º | 0.88% | 0.98% | - |
| XYZ | 54.12 | 26.95 | 78.69 | - |
| YUV | 119.1 | 191.72 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 232 | 0 | 0.88 | 0.07 | 0.02 | 304.68 | 0.95 | 0.55 |
| Hex | F9 | 1F | E8 | 0 | 58 | 7 | 2 | 131 | 5F | 37 |
| Octal | 371 | 37 | 350 | 0 | 130 | 7 | 2 | 461 | 137 | 67 |
| Binary | 11111001 | 11111 | 11101000 | 0 | 1011000 | 111 | 10 | 100110001 | 1011111 | 110111 |
Color Harmonies of #F91FE8
Complementary color
Monochromatic Colors of #F91FE8
Black with #F91FE8
Text Example
Text Example
White with #F91FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FE8; }
p { color: rgb(249,31,232); }
H1.HeaderClassName
{
color: #F91FE8;
}
.AnyTagClassName
{
color: #F91FE8;
}
</style>
background-color css
<style>
a { background-color: #F91FE8; }
a { background-color: rgb(249,31,232); }
div.DivClassName
{
background-color: #F91FE8;
}
.BgClassName
{
background-color: #F91FE8;
}
</style>
border-color css
<style>
span { border-color: #F91FE8; }
span { border-color: rgb(249,31,232); }
td.TdClassName
{
border-color: #F91FE8;
}
.TagClassName
{
border-color: #F91FE8;
}
</style>