Shades of Razzmatazz #F91351
Tints of Razzmatazz #F91351
RGB
CMYK
RGB Variations
Color information
#F91351 (or 0xF91351) is known color: Razzmatazz. HEX triplet: F9, 13 and 51. RGB value is (249,19,81). Sum of RGB (Red+Green+Blue) = 249+19+81=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F91351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91351 is #06ECAE. Grayscale: #5E5E5E. Windows color (decimal): -453807 or 5313529. OLE color: 5313529.
HSL color Cylindrical-coordinate representation of color #F91351: hue angle of 343.83º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91351 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 81 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.02 |
| HSL | 343.83º | 0.95% | 0.53% | - |
| HSV(B) | 343.83º | 0.92% | 0.98% | - |
| XYZ | 40.79 | 21.2 | 9.73 | - |
| YUV | 94.84 | 120.2 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 81 | 0 | 0.92 | 0.67 | 0.02 | 343.83 | 0.95 | 0.53 |
| Hex | F9 | 13 | 51 | 0 | 5C | 43 | 2 | 158 | 5F | 35 |
| Octal | 371 | 23 | 121 | 0 | 134 | 103 | 2 | 530 | 137 | 65 |
| Binary | 11111001 | 10011 | 1010001 | 0 | 1011100 | 1000011 | 10 | 101011000 | 1011111 | 110101 |
Color Harmonies of #F91351
Complementary color
Monochromatic Colors of #F91351
Black with #F91351
Text Example
Text Example
White with #F91351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91351; }
p { color: rgb(249,19,81); }
H1.HeaderClassName
{
color: #F91351;
}
.AnyTagClassName
{
color: #F91351;
}
</style>
background-color css
<style>
a { background-color: #F91351; }
a { background-color: rgb(249,19,81); }
div.DivClassName
{
background-color: #F91351;
}
.BgClassName
{
background-color: #F91351;
}
</style>
border-color css
<style>
span { border-color: #F91351; }
span { border-color: rgb(249,19,81); }
td.TdClassName
{
border-color: #F91351;
}
.TagClassName
{
border-color: #F91351;
}
</style>