Shades of Razzmatazz #F91253
Tints of Razzmatazz #F91253
RGB
CMYK
RGB Variations
Color information
#F91253 (or 0xF91253) is known color: Razzmatazz. HEX triplet: F9, 12 and 53. RGB value is (249,18,83). Sum of RGB (Red+Green+Blue) = 249+18+83=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F91253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91253 is #06EDAC. Grayscale: #5E5E5E. Windows color (decimal): -454061 or 5444345. OLE color: 5444345.
HSL color Cylindrical-coordinate representation of color #F91253: hue angle of 343.12º 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 #F91253 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.02 |
| HSL | 343.12º | 0.95% | 0.52% | - |
| HSV(B) | 343.12º | 0.93% | 0.98% | - |
| XYZ | 40.84 | 21.2 | 10.12 | - |
| YUV | 94.48 | 121.53 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 83 | 0 | 0.93 | 0.67 | 0.02 | 343.12 | 0.95 | 0.52 |
| Hex | F9 | 12 | 53 | 0 | 5D | 43 | 2 | 157 | 5F | 34 |
| Octal | 371 | 22 | 123 | 0 | 135 | 103 | 2 | 527 | 137 | 64 |
| Binary | 11111001 | 10010 | 1010011 | 0 | 1011101 | 1000011 | 10 | 101010111 | 1011111 | 110100 |
Color Harmonies of #F91253
Complementary color
Monochromatic Colors of #F91253
Black with #F91253
Text Example
Text Example
White with #F91253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91253; }
p { color: rgb(249,18,83); }
H1.HeaderClassName
{
color: #F91253;
}
.AnyTagClassName
{
color: #F91253;
}
</style>
background-color css
<style>
a { background-color: #F91253; }
a { background-color: rgb(249,18,83); }
div.DivClassName
{
background-color: #F91253;
}
.BgClassName
{
background-color: #F91253;
}
</style>
border-color css
<style>
span { border-color: #F91253; }
span { border-color: rgb(249,18,83); }
td.TdClassName
{
border-color: #F91253;
}
.TagClassName
{
border-color: #F91253;
}
</style>