Shades of Razzmatazz #F11751
Tints of Razzmatazz #F11751
RGB
CMYK
RGB Variations
Color information
#F11751 (or 0xF11751) is known color: Razzmatazz. HEX triplet: F1, 17 and 51. RGB value is (241,23,81). Sum of RGB (Red+Green+Blue) = 241+23+81=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F11751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11751 is #0EE8AE. Grayscale: #5E5E5E. Windows color (decimal): -977071 or 5314545. OLE color: 5314545.
HSL color Cylindrical-coordinate representation of color #F11751: hue angle of 344.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11751 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.05 |
| HSL | 344.04º | 0.89% | 0.52% | - |
| HSV(B) | 344.04º | 0.9% | 0.95% | - |
| XYZ | 38.07 | 19.91 | 9.62 | - |
| YUV | 94.79 | 120.22 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 81 | 0 | 0.90 | 0.66 | 0.05 | 344.04 | 0.89 | 0.52 |
| Hex | F1 | 17 | 51 | 0 | 5A | 42 | 5 | 158 | 59 | 34 |
| Octal | 361 | 27 | 121 | 0 | 132 | 102 | 5 | 530 | 131 | 64 |
| Binary | 11110001 | 10111 | 1010001 | 0 | 1011010 | 1000010 | 101 | 101011000 | 1011001 | 110100 |
Color Harmonies of #F11751
Complementary color
Monochromatic Colors of #F11751
Black with #F11751
Text Example
Text Example
White with #F11751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11751; }
p { color: rgb(241,23,81); }
H1.HeaderClassName
{
color: #F11751;
}
.AnyTagClassName
{
color: #F11751;
}
</style>
background-color css
<style>
a { background-color: #F11751; }
a { background-color: rgb(241,23,81); }
div.DivClassName
{
background-color: #F11751;
}
.BgClassName
{
background-color: #F11751;
}
</style>
border-color css
<style>
span { border-color: #F11751; }
span { border-color: rgb(241,23,81); }
td.TdClassName
{
border-color: #F11751;
}
.TagClassName
{
border-color: #F11751;
}
</style>