Shades of Razzmatazz #F11156
Tints of Razzmatazz #F11156
RGB
CMYK
RGB Variations
Color information
#F11156 (or 0xF11156) is known color: Razzmatazz. HEX triplet: F1, 11 and 56. RGB value is (241,17,86). Sum of RGB (Red+Green+Blue) = 241+17+86=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F11156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11156 is #0EEEA9. Grayscale: #5B5B5B. Windows color (decimal): -978602 or 5640689. OLE color: 5640689.
HSL color Cylindrical-coordinate representation of color #F11156: hue angle of 341.52º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11156 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 86 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.05 |
| HSL | 341.52º | 0.89% | 0.51% | - |
| HSV(B) | 341.52º | 0.93% | 0.95% | - |
| XYZ | 38.16 | 19.77 | 10.61 | - |
| YUV | 91.84 | 124.71 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 86 | 0 | 0.93 | 0.64 | 0.05 | 341.52 | 0.89 | 0.51 |
| Hex | F1 | 11 | 56 | 0 | 5D | 40 | 5 | 156 | 59 | 33 |
| Octal | 361 | 21 | 126 | 0 | 135 | 100 | 5 | 526 | 131 | 63 |
| Binary | 11110001 | 10001 | 1010110 | 0 | 1011101 | 1000000 | 101 | 101010110 | 1011001 | 110011 |
Color Harmonies of #F11156
Complementary color
Monochromatic Colors of #F11156
Black with #F11156
Text Example
Text Example
White with #F11156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11156; }
p { color: rgb(241,17,86); }
H1.HeaderClassName
{
color: #F11156;
}
.AnyTagClassName
{
color: #F11156;
}
</style>
background-color css
<style>
a { background-color: #F11156; }
a { background-color: rgb(241,17,86); }
div.DivClassName
{
background-color: #F11156;
}
.BgClassName
{
background-color: #F11156;
}
</style>
border-color css
<style>
span { border-color: #F11156; }
span { border-color: rgb(241,17,86); }
td.TdClassName
{
border-color: #F11156;
}
.TagClassName
{
border-color: #F11156;
}
</style>