Shades of Razzmatazz #F11356
Tints of Razzmatazz #F11356
RGB
CMYK
RGB Variations
Color information
#F11356 (or 0xF11356) is known color: Razzmatazz. HEX triplet: F1, 13 and 56. RGB value is (241,19,86). Sum of RGB (Red+Green+Blue) = 241+19+86=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F11356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11356 is #0EECA9. Grayscale: #5C5C5C. Windows color (decimal): -978090 or 5641201. OLE color: 5641201.
HSL color Cylindrical-coordinate representation of color #F11356: hue angle of 341.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11356 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.05 |
| HSL | 341.89º | 0.89% | 0.51% | - |
| HSV(B) | 341.89º | 0.92% | 0.95% | - |
| XYZ | 38.19 | 19.84 | 10.62 | - |
| YUV | 93.02 | 124.05 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 86 | 0 | 0.92 | 0.64 | 0.05 | 341.89 | 0.89 | 0.51 |
| Hex | F1 | 13 | 56 | 0 | 5C | 40 | 5 | 156 | 59 | 33 |
| Octal | 361 | 23 | 126 | 0 | 134 | 100 | 5 | 526 | 131 | 63 |
| Binary | 11110001 | 10011 | 1010110 | 0 | 1011100 | 1000000 | 101 | 101010110 | 1011001 | 110011 |
Color Harmonies of #F11356
Complementary color
Monochromatic Colors of #F11356
Black with #F11356
Text Example
Text Example
White with #F11356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11356; }
p { color: rgb(241,19,86); }
H1.HeaderClassName
{
color: #F11356;
}
.AnyTagClassName
{
color: #F11356;
}
</style>
background-color css
<style>
a { background-color: #F11356; }
a { background-color: rgb(241,19,86); }
div.DivClassName
{
background-color: #F11356;
}
.BgClassName
{
background-color: #F11356;
}
</style>
border-color css
<style>
span { border-color: #F11356; }
span { border-color: rgb(241,19,86); }
td.TdClassName
{
border-color: #F11356;
}
.TagClassName
{
border-color: #F11356;
}
</style>