Shades of Razzmatazz #F80770
Tints of Razzmatazz #F80770
RGB
CMYK
RGB Variations
Color information
#F80770 (or 0xF80770) is known color: Razzmatazz. HEX triplet: F8, 07 and 70. RGB value is (248,7,112). Sum of RGB (Red+Green+Blue) = 248+7+112=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80770 is #07F88F. Grayscale: #5A5A5A. Windows color (decimal): -522384 or 7342072. OLE color: 7342072.
HSL color Cylindrical-coordinate representation of color #F80770: hue angle of 333.86º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80770 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.03 |
| HSL | 333.86º | 0.95% | 0.5% | - |
| HSV(B) | 333.86º | 0.97% | 0.97% | - |
| XYZ | 41.71 | 21.28 | 17.24 | - |
| YUV | 91.03 | 139.84 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 112 | 0 | 0.97 | 0.55 | 0.03 | 333.86 | 0.95 | 0.5 |
| Hex | F8 | 7 | 70 | 0 | 61 | 37 | 3 | 14E | 5F | 32 |
| Octal | 370 | 7 | 160 | 0 | 141 | 67 | 3 | 516 | 137 | 62 |
| Binary | 11111000 | 111 | 1110000 | 0 | 1100001 | 110111 | 11 | 101001110 | 1011111 | 110010 |
Color Harmonies of #F80770
Complementary color
Monochromatic Colors of #F80770
Black with #F80770
Text Example
Text Example
White with #F80770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80770; }
p { color: rgb(248,7,112); }
H1.HeaderClassName
{
color: #F80770;
}
.AnyTagClassName
{
color: #F80770;
}
</style>
background-color css
<style>
a { background-color: #F80770; }
a { background-color: rgb(248,7,112); }
div.DivClassName
{
background-color: #F80770;
}
.BgClassName
{
background-color: #F80770;
}
</style>
border-color css
<style>
span { border-color: #F80770; }
span { border-color: rgb(248,7,112); }
td.TdClassName
{
border-color: #F80770;
}
.TagClassName
{
border-color: #F80770;
}
</style>