Shades of Razzmatazz #F80570
Tints of Razzmatazz #F80570
RGB
CMYK
RGB Variations
Color information
#F80570 (or 0xF80570) is known color: Razzmatazz. HEX triplet: F8, 05 and 70. RGB value is (248,5,112). Sum of RGB (Red+Green+Blue) = 248+5+112=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80570 is #07FA8F. Grayscale: #595959. Windows color (decimal): -522896 or 7341560. OLE color: 7341560.
HSL color Cylindrical-coordinate representation of color #F80570: hue angle of 333.58º 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 #F80570 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.03 |
| HSL | 333.58º | 0.96% | 0.5% | - |
| HSV(B) | 333.58º | 0.98% | 0.97% | - |
| XYZ | 41.69 | 21.23 | 17.23 | - |
| YUV | 89.86 | 140.51 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 112 | 0 | 0.98 | 0.55 | 0.03 | 333.58 | 0.96 | 0.5 |
| Hex | F8 | 5 | 70 | 0 | 62 | 37 | 3 | 14E | 60 | 32 |
| Octal | 370 | 5 | 160 | 0 | 142 | 67 | 3 | 516 | 140 | 62 |
| Binary | 11111000 | 101 | 1110000 | 0 | 1100010 | 110111 | 11 | 101001110 | 1100000 | 110010 |
Color Harmonies of #F80570
Complementary color
Monochromatic Colors of #F80570
Black with #F80570
Text Example
Text Example
White with #F80570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80570; }
p { color: rgb(248,5,112); }
H1.HeaderClassName
{
color: #F80570;
}
.AnyTagClassName
{
color: #F80570;
}
</style>
background-color css
<style>
a { background-color: #F80570; }
a { background-color: rgb(248,5,112); }
div.DivClassName
{
background-color: #F80570;
}
.BgClassName
{
background-color: #F80570;
}
</style>
border-color css
<style>
span { border-color: #F80570; }
span { border-color: rgb(248,5,112); }
td.TdClassName
{
border-color: #F80570;
}
.TagClassName
{
border-color: #F80570;
}
</style>