Shades of Razzmatazz #F51959
Tints of Razzmatazz #F51959
RGB
CMYK
RGB Variations
Color information
#F51959 (or 0xF51959) is known color: Razzmatazz. HEX triplet: F5, 19 and 59. RGB value is (245,25,89). Sum of RGB (Red+Green+Blue) = 245+25+89=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F51959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51959 is #0AE6A6. Grayscale: #626262. Windows color (decimal): -714407 or 5839349. OLE color: 5839349.
HSL color Cylindrical-coordinate representation of color #F51959: hue angle of 342.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51959 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 89 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.04 |
| HSL | 342.55º | 0.92% | 0.53% | - |
| HSV(B) | 342.55º | 0.9% | 0.96% | - |
| XYZ | 39.81 | 20.83 | 11.37 | - |
| YUV | 98.08 | 122.89 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 89 | 0 | 0.90 | 0.64 | 0.04 | 342.55 | 0.92 | 0.53 |
| Hex | F5 | 19 | 59 | 0 | 5A | 40 | 4 | 157 | 5C | 35 |
| Octal | 365 | 31 | 131 | 0 | 132 | 100 | 4 | 527 | 134 | 65 |
| Binary | 11110101 | 11001 | 1011001 | 0 | 1011010 | 1000000 | 100 | 101010111 | 1011100 | 110101 |
Color Harmonies of #F51959
Complementary color
Monochromatic Colors of #F51959
Black with #F51959
Text Example
Text Example
White with #F51959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51959; }
p { color: rgb(245,25,89); }
H1.HeaderClassName
{
color: #F51959;
}
.AnyTagClassName
{
color: #F51959;
}
</style>
background-color css
<style>
a { background-color: #F51959; }
a { background-color: rgb(245,25,89); }
div.DivClassName
{
background-color: #F51959;
}
.BgClassName
{
background-color: #F51959;
}
</style>
border-color css
<style>
span { border-color: #F51959; }
span { border-color: rgb(245,25,89); }
td.TdClassName
{
border-color: #F51959;
}
.TagClassName
{
border-color: #F51959;
}
</style>