Shades of Razzmatazz #F91259
Tints of Razzmatazz #F91259
RGB
CMYK
RGB Variations
Color information
#F91259 (or 0xF91259) is known color: Razzmatazz. HEX triplet: F9, 12 and 59. RGB value is (249,18,89). Sum of RGB (Red+Green+Blue) = 249+18+89=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91259 is #06EDA6. Grayscale: #5F5F5F. Windows color (decimal): -454055 or 5837561. OLE color: 5837561.
HSL color Cylindrical-coordinate representation of color #F91259: hue angle of 341.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91259 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 89 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.02 |
| HSL | 341.56º | 0.95% | 0.52% | - |
| HSV(B) | 341.56º | 0.93% | 0.98% | - |
| XYZ | 41.09 | 21.29 | 11.4 | - |
| YUV | 95.16 | 124.53 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 89 | 0 | 0.93 | 0.64 | 0.02 | 341.56 | 0.95 | 0.52 |
| Hex | F9 | 12 | 59 | 0 | 5D | 40 | 2 | 156 | 5F | 34 |
| Octal | 371 | 22 | 131 | 0 | 135 | 100 | 2 | 526 | 137 | 64 |
| Binary | 11111001 | 10010 | 1011001 | 0 | 1011101 | 1000000 | 10 | 101010110 | 1011111 | 110100 |
Color Harmonies of #F91259
Complementary color
Monochromatic Colors of #F91259
Black with #F91259
Text Example
Text Example
White with #F91259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91259; }
p { color: rgb(249,18,89); }
H1.HeaderClassName
{
color: #F91259;
}
.AnyTagClassName
{
color: #F91259;
}
</style>
background-color css
<style>
a { background-color: #F91259; }
a { background-color: rgb(249,18,89); }
div.DivClassName
{
background-color: #F91259;
}
.BgClassName
{
background-color: #F91259;
}
</style>
border-color css
<style>
span { border-color: #F91259; }
span { border-color: rgb(249,18,89); }
td.TdClassName
{
border-color: #F91259;
}
.TagClassName
{
border-color: #F91259;
}
</style>