Shades of Razzmatazz #F51059
Tints of Razzmatazz #F51059
RGB
CMYK
RGB Variations
Color information
#F51059 (or 0xF51059) is known color: Razzmatazz. HEX triplet: F5, 10 and 59. RGB value is (245,16,89). Sum of RGB (Red+Green+Blue) = 245+16+89=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51059 is #0AEFA6. Grayscale: #5C5C5C. Windows color (decimal): -716711 or 5837045. OLE color: 5837045.
HSL color Cylindrical-coordinate representation of color #F51059: hue angle of 340.87º 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 #F51059 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.04 |
| HSL | 340.87º | 0.92% | 0.51% | - |
| HSV(B) | 340.87º | 0.93% | 0.96% | - |
| XYZ | 39.64 | 20.5 | 11.32 | - |
| YUV | 92.79 | 125.87 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 89 | 0 | 0.93 | 0.64 | 0.04 | 340.87 | 0.92 | 0.51 |
| Hex | F5 | 10 | 59 | 0 | 5D | 40 | 4 | 155 | 5C | 33 |
| Octal | 365 | 20 | 131 | 0 | 135 | 100 | 4 | 525 | 134 | 63 |
| Binary | 11110101 | 10000 | 1011001 | 0 | 1011101 | 1000000 | 100 | 101010101 | 1011100 | 110011 |
Color Harmonies of #F51059
Complementary color
Monochromatic Colors of #F51059
Black with #F51059
Text Example
Text Example
White with #F51059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51059; }
p { color: rgb(245,16,89); }
H1.HeaderClassName
{
color: #F51059;
}
.AnyTagClassName
{
color: #F51059;
}
</style>
background-color css
<style>
a { background-color: #F51059; }
a { background-color: rgb(245,16,89); }
div.DivClassName
{
background-color: #F51059;
}
.BgClassName
{
background-color: #F51059;
}
</style>
border-color css
<style>
span { border-color: #F51059; }
span { border-color: rgb(245,16,89); }
td.TdClassName
{
border-color: #F51059;
}
.TagClassName
{
border-color: #F51059;
}
</style>