Shades of Razzmatazz #F50957
Tints of Razzmatazz #F50957
RGB
CMYK
RGB Variations
Color information
#F50957 (or 0xF50957) is known color: Razzmatazz. HEX triplet: F5, 09 and 57. RGB value is (245,9,87). Sum of RGB (Red+Green+Blue) = 245+9+87=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F50957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50957 is #0AF6A8. Grayscale: #585858. Windows color (decimal): -718505 or 5704181. OLE color: 5704181.
HSL color Cylindrical-coordinate representation of color #F50957: hue angle of 340.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50957 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.04 |
| HSL | 340.17º | 0.93% | 0.5% | - |
| HSV(B) | 340.17º | 0.96% | 0.96% | - |
| XYZ | 39.47 | 20.3 | 10.85 | - |
| YUV | 88.46 | 127.19 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 87 | 0 | 0.96 | 0.64 | 0.04 | 340.17 | 0.93 | 0.5 |
| Hex | F5 | 9 | 57 | 0 | 60 | 40 | 4 | 154 | 5D | 32 |
| Octal | 365 | 11 | 127 | 0 | 140 | 100 | 4 | 524 | 135 | 62 |
| Binary | 11110101 | 1001 | 1010111 | 0 | 1100000 | 1000000 | 100 | 101010100 | 1011101 | 110010 |
Color Harmonies of #F50957
Complementary color
Monochromatic Colors of #F50957
Black with #F50957
Text Example
Text Example
White with #F50957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50957; }
p { color: rgb(245,9,87); }
H1.HeaderClassName
{
color: #F50957;
}
.AnyTagClassName
{
color: #F50957;
}
</style>
background-color css
<style>
a { background-color: #F50957; }
a { background-color: rgb(245,9,87); }
div.DivClassName
{
background-color: #F50957;
}
.BgClassName
{
background-color: #F50957;
}
</style>
border-color css
<style>
span { border-color: #F50957; }
span { border-color: rgb(245,9,87); }
td.TdClassName
{
border-color: #F50957;
}
.TagClassName
{
border-color: #F50957;
}
</style>