Shades of Razzmatazz #F11756
Tints of Razzmatazz #F11756
RGB
CMYK
RGB Variations
Color information
#F11756 (or 0xF11756) is known color: Razzmatazz. HEX triplet: F1, 17 and 56. RGB value is (241,23,86). Sum of RGB (Red+Green+Blue) = 241+23+86=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F11756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11756 is #0EE8A9. Grayscale: #5F5F5F. Windows color (decimal): -977066 or 5642225. OLE color: 5642225.
HSL color Cylindrical-coordinate representation of color #F11756: hue angle of 342.66º 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 #F11756 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 86 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.66º | 0.89% | 0.52% | - |
| HSV(B) | 342.66º | 0.9% | 0.95% | - |
| XYZ | 38.26 | 19.99 | 10.65 | - |
| YUV | 95.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 86 | 0 | 0.90 | 0.64 | 0.05 | 342.66 | 0.89 | 0.52 |
| Hex | F1 | 17 | 56 | 0 | 5A | 40 | 5 | 157 | 59 | 34 |
| Octal | 361 | 27 | 126 | 0 | 132 | 100 | 5 | 527 | 131 | 64 |
| Binary | 11110001 | 10111 | 1010110 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F11756
Complementary color
Monochromatic Colors of #F11756
Black with #F11756
Text Example
Text Example
White with #F11756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11756; }
p { color: rgb(241,23,86); }
H1.HeaderClassName
{
color: #F11756;
}
.AnyTagClassName
{
color: #F11756;
}
</style>
background-color css
<style>
a { background-color: #F11756; }
a { background-color: rgb(241,23,86); }
div.DivClassName
{
background-color: #F11756;
}
.BgClassName
{
background-color: #F11756;
}
</style>
border-color css
<style>
span { border-color: #F11756; }
span { border-color: rgb(241,23,86); }
td.TdClassName
{
border-color: #F11756;
}
.TagClassName
{
border-color: #F11756;
}
</style>