Shades of Razzmatazz #F91153
Tints of Razzmatazz #F91153
RGB
CMYK
RGB Variations
Color information
#F91153 (or 0xF91153) is known color: Razzmatazz. HEX triplet: F9, 11 and 53. RGB value is (249,17,83). Sum of RGB (Red+Green+Blue) = 249+17+83=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F91153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91153 is #06EEAC. Grayscale: #5D5D5D. Windows color (decimal): -454317 or 5444089. OLE color: 5444089.
HSL color Cylindrical-coordinate representation of color #F91153: hue angle of 342.93º 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 #F91153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.02 |
| HSL | 342.93º | 0.95% | 0.52% | - |
| HSV(B) | 342.93º | 0.93% | 0.98% | - |
| XYZ | 40.83 | 21.17 | 10.12 | - |
| YUV | 93.89 | 121.86 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 83 | 0 | 0.93 | 0.67 | 0.02 | 342.93 | 0.95 | 0.52 |
| Hex | F9 | 11 | 53 | 0 | 5D | 43 | 2 | 157 | 5F | 34 |
| Octal | 371 | 21 | 123 | 0 | 135 | 103 | 2 | 527 | 137 | 64 |
| Binary | 11111001 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 10 | 101010111 | 1011111 | 110100 |
Color Harmonies of #F91153
Complementary color
Monochromatic Colors of #F91153
Black with #F91153
Text Example
Text Example
White with #F91153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91153; }
p { color: rgb(249,17,83); }
H1.HeaderClassName
{
color: #F91153;
}
.AnyTagClassName
{
color: #F91153;
}
</style>
background-color css
<style>
a { background-color: #F91153; }
a { background-color: rgb(249,17,83); }
div.DivClassName
{
background-color: #F91153;
}
.BgClassName
{
background-color: #F91153;
}
</style>
border-color css
<style>
span { border-color: #F91153; }
span { border-color: rgb(249,17,83); }
td.TdClassName
{
border-color: #F91153;
}
.TagClassName
{
border-color: #F91153;
}
</style>