Shades of Razzmatazz #F11355
Tints of Razzmatazz #F11355
RGB
CMYK
RGB Variations
Color information
#F11355 (or 0xF11355) is known color: Razzmatazz. HEX triplet: F1, 13 and 55. RGB value is (241,19,85). Sum of RGB (Red+Green+Blue) = 241+19+85=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F11355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11355 is #0EECAA. Grayscale: #5C5C5C. Windows color (decimal): -978091 or 5575665. OLE color: 5575665.
HSL color Cylindrical-coordinate representation of color #F11355: hue angle of 342.16º 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 #F11355 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 85 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.05 |
| HSL | 342.16º | 0.89% | 0.51% | - |
| HSV(B) | 342.16º | 0.92% | 0.95% | - |
| XYZ | 38.15 | 19.82 | 10.41 | - |
| YUV | 92.9 | 123.55 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 85 | 0 | 0.92 | 0.65 | 0.05 | 342.16 | 0.89 | 0.51 |
| Hex | F1 | 13 | 55 | 0 | 5C | 41 | 5 | 156 | 59 | 33 |
| Octal | 361 | 23 | 125 | 0 | 134 | 101 | 5 | 526 | 131 | 63 |
| Binary | 11110001 | 10011 | 1010101 | 0 | 1011100 | 1000001 | 101 | 101010110 | 1011001 | 110011 |
Color Harmonies of #F11355
Complementary color
Monochromatic Colors of #F11355
Black with #F11355
Text Example
Text Example
White with #F11355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11355; }
p { color: rgb(241,19,85); }
H1.HeaderClassName
{
color: #F11355;
}
.AnyTagClassName
{
color: #F11355;
}
</style>
background-color css
<style>
a { background-color: #F11355; }
a { background-color: rgb(241,19,85); }
div.DivClassName
{
background-color: #F11355;
}
.BgClassName
{
background-color: #F11355;
}
</style>
border-color css
<style>
span { border-color: #F11355; }
span { border-color: rgb(241,19,85); }
td.TdClassName
{
border-color: #F11355;
}
.TagClassName
{
border-color: #F11355;
}
</style>