Shades of Razzmatazz #F80970
Tints of Razzmatazz #F80970
RGB
CMYK
RGB Variations
Color information
#F80970 (or 0xF80970) is known color: Razzmatazz. HEX triplet: F8, 09 and 70. RGB value is (248,9,112). Sum of RGB (Red+Green+Blue) = 248+9+112=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80970 is #07F68F. Grayscale: #5C5C5C. Windows color (decimal): -521872 or 7342584. OLE color: 7342584.
HSL color Cylindrical-coordinate representation of color #F80970: hue angle of 334.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80970 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.03 |
| HSL | 334.14º | 0.94% | 0.5% | - |
| HSV(B) | 334.14º | 0.96% | 0.97% | - |
| XYZ | 41.73 | 21.32 | 17.25 | - |
| YUV | 92.2 | 139.18 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 112 | 0 | 0.96 | 0.55 | 0.03 | 334.14 | 0.94 | 0.5 |
| Hex | F8 | 9 | 70 | 0 | 60 | 37 | 3 | 14E | 5E | 32 |
| Octal | 370 | 11 | 160 | 0 | 140 | 67 | 3 | 516 | 136 | 62 |
| Binary | 11111000 | 1001 | 1110000 | 0 | 1100000 | 110111 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F80970
Complementary color
Monochromatic Colors of #F80970
Black with #F80970
Text Example
Text Example
White with #F80970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80970; }
p { color: rgb(248,9,112); }
H1.HeaderClassName
{
color: #F80970;
}
.AnyTagClassName
{
color: #F80970;
}
</style>
background-color css
<style>
a { background-color: #F80970; }
a { background-color: rgb(248,9,112); }
div.DivClassName
{
background-color: #F80970;
}
.BgClassName
{
background-color: #F80970;
}
</style>
border-color css
<style>
span { border-color: #F80970; }
span { border-color: rgb(248,9,112); }
td.TdClassName
{
border-color: #F80970;
}
.TagClassName
{
border-color: #F80970;
}
</style>