Shades of Razzmatazz #F11360
Tints of Razzmatazz #F11360
RGB
CMYK
RGB Variations
Color information
#F11360 (or 0xF11360) is known color: Razzmatazz. HEX triplet: F1, 13 and 60. RGB value is (241,19,96). Sum of RGB (Red+Green+Blue) = 241+19+96=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F11360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11360 is #0EEC9F. Grayscale: #5E5E5E. Windows color (decimal): -978080 or 6296561. OLE color: 6296561.
HSL color Cylindrical-coordinate representation of color #F11360: hue angle of 339.19º 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 #F11360 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 96 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.05 |
| HSL | 339.19º | 0.89% | 0.51% | - |
| HSV(B) | 339.19º | 0.92% | 0.95% | - |
| XYZ | 38.62 | 20.01 | 12.89 | - |
| YUV | 94.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 96 | 0 | 0.92 | 0.60 | 0.05 | 339.19 | 0.89 | 0.51 |
| Hex | F1 | 13 | 60 | 0 | 5C | 3C | 5 | 153 | 59 | 33 |
| Octal | 361 | 23 | 140 | 0 | 134 | 74 | 5 | 523 | 131 | 63 |
| Binary | 11110001 | 10011 | 1100000 | 0 | 1011100 | 111100 | 101 | 101010011 | 1011001 | 110011 |
Color Harmonies of #F11360
Complementary color
Monochromatic Colors of #F11360
Black with #F11360
Text Example
Text Example
White with #F11360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11360; }
p { color: rgb(241,19,96); }
H1.HeaderClassName
{
color: #F11360;
}
.AnyTagClassName
{
color: #F11360;
}
</style>
background-color css
<style>
a { background-color: #F11360; }
a { background-color: rgb(241,19,96); }
div.DivClassName
{
background-color: #F11360;
}
.BgClassName
{
background-color: #F11360;
}
</style>
border-color css
<style>
span { border-color: #F11360; }
span { border-color: rgb(241,19,96); }
td.TdClassName
{
border-color: #F11360;
}
.TagClassName
{
border-color: #F11360;
}
</style>