Shades of Razzmatazz #F50872
Tints of Razzmatazz #F50872
RGB
CMYK
RGB Variations
Color information
#F50872 (or 0xF50872) is known color: Razzmatazz. HEX triplet: F5, 08 and 72. RGB value is (245,8,114). Sum of RGB (Red+Green+Blue) = 245+8+114=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F50872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50872 is #0AF78D. Grayscale: #5A5A5A. Windows color (decimal): -718734 or 7473397. OLE color: 7473397.
HSL color Cylindrical-coordinate representation of color #F50872: hue angle of 333.16º 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 #F50872 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 114 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.04 |
| HSL | 333.16º | 0.94% | 0.5% | - |
| HSV(B) | 333.16º | 0.97% | 0.96% | - |
| XYZ | 40.78 | 20.8 | 17.79 | - |
| YUV | 90.95 | 141.02 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 114 | 0 | 0.97 | 0.53 | 0.04 | 333.16 | 0.94 | 0.5 |
| Hex | F5 | 8 | 72 | 0 | 61 | 35 | 4 | 14D | 5E | 32 |
| Octal | 365 | 10 | 162 | 0 | 141 | 65 | 4 | 515 | 136 | 62 |
| Binary | 11110101 | 1000 | 1110010 | 0 | 1100001 | 110101 | 100 | 101001101 | 1011110 | 110010 |
Color Harmonies of #F50872
Complementary color
Monochromatic Colors of #F50872
Black with #F50872
Text Example
Text Example
White with #F50872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50872; }
p { color: rgb(245,8,114); }
H1.HeaderClassName
{
color: #F50872;
}
.AnyTagClassName
{
color: #F50872;
}
</style>
background-color css
<style>
a { background-color: #F50872; }
a { background-color: rgb(245,8,114); }
div.DivClassName
{
background-color: #F50872;
}
.BgClassName
{
background-color: #F50872;
}
</style>
border-color css
<style>
span { border-color: #F50872; }
span { border-color: rgb(245,8,114); }
td.TdClassName
{
border-color: #F50872;
}
.TagClassName
{
border-color: #F50872;
}
</style>