Shades of Razzmatazz #F51157
Tints of Razzmatazz #F51157
RGB
CMYK
RGB Variations
Color information
#F51157 (or 0xF51157) is known color: Razzmatazz. HEX triplet: F5, 11 and 57. RGB value is (245,17,87). Sum of RGB (Red+Green+Blue) = 245+17+87=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F51157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51157 is #0AEEA8. Grayscale: #5D5D5D. Windows color (decimal): -716457 or 5706229. OLE color: 5706229.
HSL color Cylindrical-coordinate representation of color #F51157: hue angle of 341.58º 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 #F51157 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 87 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.04 |
| HSL | 341.58º | 0.92% | 0.51% | - |
| HSV(B) | 341.58º | 0.93% | 0.96% | - |
| XYZ | 39.58 | 20.5 | 10.89 | - |
| YUV | 93.15 | 124.54 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 87 | 0 | 0.93 | 0.64 | 0.04 | 341.58 | 0.92 | 0.51 |
| Hex | F5 | 11 | 57 | 0 | 5D | 40 | 4 | 156 | 5C | 33 |
| Octal | 365 | 21 | 127 | 0 | 135 | 100 | 4 | 526 | 134 | 63 |
| Binary | 11110101 | 10001 | 1010111 | 0 | 1011101 | 1000000 | 100 | 101010110 | 1011100 | 110011 |
Color Harmonies of #F51157
Complementary color
Monochromatic Colors of #F51157
Black with #F51157
Text Example
Text Example
White with #F51157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51157; }
p { color: rgb(245,17,87); }
H1.HeaderClassName
{
color: #F51157;
}
.AnyTagClassName
{
color: #F51157;
}
</style>
background-color css
<style>
a { background-color: #F51157; }
a { background-color: rgb(245,17,87); }
div.DivClassName
{
background-color: #F51157;
}
.BgClassName
{
background-color: #F51157;
}
</style>
border-color css
<style>
span { border-color: #F51157; }
span { border-color: rgb(245,17,87); }
td.TdClassName
{
border-color: #F51157;
}
.TagClassName
{
border-color: #F51157;
}
</style>