Shades of Razzmatazz #F50851
Tints of Razzmatazz #F50851
RGB
CMYK
RGB Variations
Color information
#F50851 (or 0xF50851) is known color: Razzmatazz. HEX triplet: F5, 08 and 51. RGB value is (245,8,81). Sum of RGB (Red+Green+Blue) = 245+8+81=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F50851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50851 is #0AF7AE. Grayscale: #575757. Windows color (decimal): -718767 or 5310709. OLE color: 5310709.
HSL color Cylindrical-coordinate representation of color #F50851: hue angle of 341.52º 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 #F50851 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 81 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.04 |
| HSL | 341.52º | 0.94% | 0.5% | - |
| HSV(B) | 341.52º | 0.97% | 0.96% | - |
| XYZ | 39.23 | 20.18 | 9.61 | - |
| YUV | 87.19 | 124.52 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 81 | 0 | 0.97 | 0.67 | 0.04 | 341.52 | 0.94 | 0.5 |
| Hex | F5 | 8 | 51 | 0 | 61 | 43 | 4 | 156 | 5E | 32 |
| Octal | 365 | 10 | 121 | 0 | 141 | 103 | 4 | 526 | 136 | 62 |
| Binary | 11110101 | 1000 | 1010001 | 0 | 1100001 | 1000011 | 100 | 101010110 | 1011110 | 110010 |
Color Harmonies of #F50851
Complementary color
Monochromatic Colors of #F50851
Black with #F50851
Text Example
Text Example
White with #F50851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50851; }
p { color: rgb(245,8,81); }
H1.HeaderClassName
{
color: #F50851;
}
.AnyTagClassName
{
color: #F50851;
}
</style>
background-color css
<style>
a { background-color: #F50851; }
a { background-color: rgb(245,8,81); }
div.DivClassName
{
background-color: #F50851;
}
.BgClassName
{
background-color: #F50851;
}
</style>
border-color css
<style>
span { border-color: #F50851; }
span { border-color: rgb(245,8,81); }
td.TdClassName
{
border-color: #F50851;
}
.TagClassName
{
border-color: #F50851;
}
</style>