Shades of Razzmatazz #F50873
Tints of Razzmatazz #F50873
RGB
CMYK
RGB Variations
Color information
#F50873 (or 0xF50873) is known color: Razzmatazz. HEX triplet: F5, 08 and 73. RGB value is (245,8,115). Sum of RGB (Red+Green+Blue) = 245+8+115=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F50873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50873 is #0AF78C. Grayscale: #5A5A5A. Windows color (decimal): -718733 or 7538933. OLE color: 7538933.
HSL color Cylindrical-coordinate representation of color #F50873: hue angle of 332.91º 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 #F50873 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.04 |
| HSL | 332.91º | 0.94% | 0.5% | - |
| HSV(B) | 332.91º | 0.97% | 0.96% | - |
| XYZ | 40.84 | 20.82 | 18.09 | - |
| YUV | 91.06 | 141.52 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 115 | 0 | 0.97 | 0.53 | 0.04 | 332.91 | 0.94 | 0.5 |
| Hex | F5 | 8 | 73 | 0 | 61 | 35 | 4 | 14D | 5E | 32 |
| Octal | 365 | 10 | 163 | 0 | 141 | 65 | 4 | 515 | 136 | 62 |
| Binary | 11110101 | 1000 | 1110011 | 0 | 1100001 | 110101 | 100 | 101001101 | 1011110 | 110010 |
Color Harmonies of #F50873
Complementary color
Monochromatic Colors of #F50873
Black with #F50873
Text Example
Text Example
White with #F50873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50873; }
p { color: rgb(245,8,115); }
H1.HeaderClassName
{
color: #F50873;
}
.AnyTagClassName
{
color: #F50873;
}
</style>
background-color css
<style>
a { background-color: #F50873; }
a { background-color: rgb(245,8,115); }
div.DivClassName
{
background-color: #F50873;
}
.BgClassName
{
background-color: #F50873;
}
</style>
border-color css
<style>
span { border-color: #F50873; }
span { border-color: rgb(245,8,115); }
td.TdClassName
{
border-color: #F50873;
}
.TagClassName
{
border-color: #F50873;
}
</style>