Shades of Razzmatazz #F50856
Tints of Razzmatazz #F50856
RGB
CMYK
RGB Variations
Color information
#F50856 (or 0xF50856) is known color: Razzmatazz. HEX triplet: F5, 08 and 56. RGB value is (245,8,86). Sum of RGB (Red+Green+Blue) = 245+8+86=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F50856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50856 is #0AF7A9. Grayscale: #575757. Windows color (decimal): -718762 or 5638389. OLE color: 5638389.
HSL color Cylindrical-coordinate representation of color #F50856: hue angle of 340.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50856 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 86 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.04 |
| HSL | 340.25º | 0.94% | 0.5% | - |
| HSV(B) | 340.25º | 0.97% | 0.96% | - |
| XYZ | 39.42 | 20.26 | 10.64 | - |
| YUV | 87.76 | 127.02 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 86 | 0 | 0.97 | 0.65 | 0.04 | 340.25 | 0.94 | 0.5 |
| Hex | F5 | 8 | 56 | 0 | 61 | 41 | 4 | 154 | 5E | 32 |
| Octal | 365 | 10 | 126 | 0 | 141 | 101 | 4 | 524 | 136 | 62 |
| Binary | 11110101 | 1000 | 1010110 | 0 | 1100001 | 1000001 | 100 | 101010100 | 1011110 | 110010 |
Color Harmonies of #F50856
Complementary color
Monochromatic Colors of #F50856
Black with #F50856
Text Example
Text Example
White with #F50856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50856; }
p { color: rgb(245,8,86); }
H1.HeaderClassName
{
color: #F50856;
}
.AnyTagClassName
{
color: #F50856;
}
</style>
background-color css
<style>
a { background-color: #F50856; }
a { background-color: rgb(245,8,86); }
div.DivClassName
{
background-color: #F50856;
}
.BgClassName
{
background-color: #F50856;
}
</style>
border-color css
<style>
span { border-color: #F50856; }
span { border-color: rgb(245,8,86); }
td.TdClassName
{
border-color: #F50856;
}
.TagClassName
{
border-color: #F50856;
}
</style>