Shades of Razzmatazz #F11060
Tints of Razzmatazz #F11060
RGB
CMYK
RGB Variations
Color information
#F11060 (or 0xF11060) is known color: Razzmatazz. HEX triplet: F1, 10 and 60. RGB value is (241,16,96). Sum of RGB (Red+Green+Blue) = 241+16+96=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F11060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11060 is #0EEF9F. Grayscale: #5C5C5C. Windows color (decimal): -978848 or 6295793. OLE color: 6295793.
HSL color Cylindrical-coordinate representation of color #F11060: hue angle of 338.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11060 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.05 |
| HSL | 338.67º | 0.89% | 0.5% | - |
| HSV(B) | 338.67º | 0.93% | 0.95% | - |
| XYZ | 38.57 | 19.92 | 12.88 | - |
| YUV | 92.4 | 130.04 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 96 | 0 | 0.93 | 0.60 | 0.05 | 338.67 | 0.89 | 0.5 |
| Hex | F1 | 10 | 60 | 0 | 5D | 3C | 5 | 153 | 59 | 32 |
| Octal | 361 | 20 | 140 | 0 | 135 | 74 | 5 | 523 | 131 | 62 |
| Binary | 11110001 | 10000 | 1100000 | 0 | 1011101 | 111100 | 101 | 101010011 | 1011001 | 110010 |
Color Harmonies of #F11060
Complementary color
Monochromatic Colors of #F11060
Black with #F11060
Text Example
Text Example
White with #F11060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11060; }
p { color: rgb(241,16,96); }
H1.HeaderClassName
{
color: #F11060;
}
.AnyTagClassName
{
color: #F11060;
}
</style>
background-color css
<style>
a { background-color: #F11060; }
a { background-color: rgb(241,16,96); }
div.DivClassName
{
background-color: #F11060;
}
.BgClassName
{
background-color: #F11060;
}
</style>
border-color css
<style>
span { border-color: #F11060; }
span { border-color: rgb(241,16,96); }
td.TdClassName
{
border-color: #F11060;
}
.TagClassName
{
border-color: #F11060;
}
</style>