Shades of Razzmatazz #F51160
Tints of Razzmatazz #F51160
RGB
CMYK
RGB Variations
Color information
#F51160 (or 0xF51160) is known color: Razzmatazz. HEX triplet: F5, 11 and 60. RGB value is (245,17,96). Sum of RGB (Red+Green+Blue) = 245+17+96=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F51160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51160 is #0AEE9F. Grayscale: #5E5E5E. Windows color (decimal): -716448 or 6296053. OLE color: 6296053.
HSL color Cylindrical-coordinate representation of color #F51160: hue angle of 339.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51160 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 96 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.04 |
| HSL | 339.21º | 0.92% | 0.51% | - |
| HSV(B) | 339.21º | 0.93% | 0.96% | - |
| XYZ | 39.97 | 20.66 | 12.95 | - |
| YUV | 94.18 | 129.04 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 96 | 0 | 0.93 | 0.61 | 0.04 | 339.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | 60 | 0 | 5D | 3D | 4 | 153 | 5C | 33 |
| Octal | 365 | 21 | 140 | 0 | 135 | 75 | 4 | 523 | 134 | 63 |
| Binary | 11110101 | 10001 | 1100000 | 0 | 1011101 | 111101 | 100 | 101010011 | 1011100 | 110011 |
Color Harmonies of #F51160
Complementary color
Monochromatic Colors of #F51160
Black with #F51160
Text Example
Text Example
White with #F51160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51160; }
p { color: rgb(245,17,96); }
H1.HeaderClassName
{
color: #F51160;
}
.AnyTagClassName
{
color: #F51160;
}
</style>
background-color css
<style>
a { background-color: #F51160; }
a { background-color: rgb(245,17,96); }
div.DivClassName
{
background-color: #F51160;
}
.BgClassName
{
background-color: #F51160;
}
</style>
border-color css
<style>
span { border-color: #F51160; }
span { border-color: rgb(245,17,96); }
td.TdClassName
{
border-color: #F51160;
}
.TagClassName
{
border-color: #F51160;
}
</style>