Shades of Razzmatazz #F51259
Tints of Razzmatazz #F51259
RGB
CMYK
RGB Variations
Color information
#F51259 (or 0xF51259) is known color: Razzmatazz. HEX triplet: F5, 12 and 59. RGB value is (245,18,89). Sum of RGB (Red+Green+Blue) = 245+18+89=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F51259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51259 is #0AEDA6. Grayscale: #5D5D5D. Windows color (decimal): -716199 or 5837557. OLE color: 5837557.
HSL color Cylindrical-coordinate representation of color #F51259: hue angle of 341.23º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51259 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 89 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.04 |
| HSL | 341.23º | 0.92% | 0.52% | - |
| HSV(B) | 341.23º | 0.93% | 0.96% | - |
| XYZ | 39.68 | 20.57 | 11.33 | - |
| YUV | 93.97 | 125.21 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 89 | 0 | 0.93 | 0.64 | 0.04 | 341.23 | 0.92 | 0.52 |
| Hex | F5 | 12 | 59 | 0 | 5D | 40 | 4 | 155 | 5C | 34 |
| Octal | 365 | 22 | 131 | 0 | 135 | 100 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10010 | 1011001 | 0 | 1011101 | 1000000 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F51259
Complementary color
Monochromatic Colors of #F51259
Black with #F51259
Text Example
Text Example
White with #F51259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51259; }
p { color: rgb(245,18,89); }
H1.HeaderClassName
{
color: #F51259;
}
.AnyTagClassName
{
color: #F51259;
}
</style>
background-color css
<style>
a { background-color: #F51259; }
a { background-color: rgb(245,18,89); }
div.DivClassName
{
background-color: #F51259;
}
.BgClassName
{
background-color: #F51259;
}
</style>
border-color css
<style>
span { border-color: #F51259; }
span { border-color: rgb(245,18,89); }
td.TdClassName
{
border-color: #F51259;
}
.TagClassName
{
border-color: #F51259;
}
</style>