Shades of Razzmatazz #F80573
Tints of Razzmatazz #F80573
RGB
CMYK
RGB Variations
Color information
#F80573 (or 0xF80573) is known color: Razzmatazz. HEX triplet: F8, 05 and 73. RGB value is (248,5,115). Sum of RGB (Red+Green+Blue) = 248+5+115=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80573 is #07FA8C. Grayscale: #5A5A5A. Windows color (decimal): -522893 or 7538168. OLE color: 7538168.
HSL color Cylindrical-coordinate representation of color #F80573: hue angle of 332.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80573 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.03 |
| HSL | 332.84º | 0.96% | 0.5% | - |
| HSV(B) | 332.84º | 0.98% | 0.97% | - |
| XYZ | 41.86 | 21.3 | 18.13 | - |
| YUV | 90.2 | 142.01 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 115 | 0 | 0.98 | 0.54 | 0.03 | 332.84 | 0.96 | 0.5 |
| Hex | F8 | 5 | 73 | 0 | 62 | 36 | 3 | 14D | 60 | 32 |
| Octal | 370 | 5 | 163 | 0 | 142 | 66 | 3 | 515 | 140 | 62 |
| Binary | 11111000 | 101 | 1110011 | 0 | 1100010 | 110110 | 11 | 101001101 | 1100000 | 110010 |
Color Harmonies of #F80573
Complementary color
Monochromatic Colors of #F80573
Black with #F80573
Text Example
Text Example
White with #F80573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80573; }
p { color: rgb(248,5,115); }
H1.HeaderClassName
{
color: #F80573;
}
.AnyTagClassName
{
color: #F80573;
}
</style>
background-color css
<style>
a { background-color: #F80573; }
a { background-color: rgb(248,5,115); }
div.DivClassName
{
background-color: #F80573;
}
.BgClassName
{
background-color: #F80573;
}
</style>
border-color css
<style>
span { border-color: #F80573; }
span { border-color: rgb(248,5,115); }
td.TdClassName
{
border-color: #F80573;
}
.TagClassName
{
border-color: #F80573;
}
</style>