Shades of Razzmatazz #F80A72
Tints of Razzmatazz #F80A72
RGB
CMYK
RGB Variations
Color information
#F80A72 (or 0xF80A72) is known color: Razzmatazz. HEX triplet: F8, 0A and 72. RGB value is (248,10,114). Sum of RGB (Red+Green+Blue) = 248+10+114=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A72 is #07F58D. Grayscale: #5C5C5C. Windows color (decimal): -521614 or 7473912. OLE color: 7473912.
HSL color Cylindrical-coordinate representation of color #F80A72: hue angle of 333.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A72 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 114 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.03 |
| HSL | 333.78º | 0.94% | 0.51% | - |
| HSV(B) | 333.78º | 0.96% | 0.97% | - |
| XYZ | 41.86 | 21.39 | 17.84 | - |
| YUV | 93.02 | 139.85 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 114 | 0 | 0.96 | 0.54 | 0.03 | 333.78 | 0.94 | 0.51 |
| Hex | F8 | A | 72 | 0 | 60 | 36 | 3 | 14E | 5E | 33 |
| Octal | 370 | 12 | 162 | 0 | 140 | 66 | 3 | 516 | 136 | 63 |
| Binary | 11111000 | 1010 | 1110010 | 0 | 1100000 | 110110 | 11 | 101001110 | 1011110 | 110011 |
Color Harmonies of #F80A72
Complementary color
Monochromatic Colors of #F80A72
Black with #F80A72
Text Example
Text Example
White with #F80A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A72; }
p { color: rgb(248,10,114); }
H1.HeaderClassName
{
color: #F80A72;
}
.AnyTagClassName
{
color: #F80A72;
}
</style>
background-color css
<style>
a { background-color: #F80A72; }
a { background-color: rgb(248,10,114); }
div.DivClassName
{
background-color: #F80A72;
}
.BgClassName
{
background-color: #F80A72;
}
</style>
border-color css
<style>
span { border-color: #F80A72; }
span { border-color: rgb(248,10,114); }
td.TdClassName
{
border-color: #F80A72;
}
.TagClassName
{
border-color: #F80A72;
}
</style>