Shades of Razzmatazz #F80672
Tints of Razzmatazz #F80672
RGB
CMYK
RGB Variations
Color information
#F80672 (or 0xF80672) is known color: Razzmatazz. HEX triplet: F8, 06 and 72. RGB value is (248,6,114). Sum of RGB (Red+Green+Blue) = 248+6+114=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80672 is #07F98D. Grayscale: #5A5A5A. Windows color (decimal): -522638 or 7472888. OLE color: 7472888.
HSL color Cylindrical-coordinate representation of color #F80672: hue angle of 333.22º degrees, saturation: 0.95, 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 #F80672 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.03 |
| HSL | 333.22º | 0.95% | 0.5% | - |
| HSV(B) | 333.22º | 0.98% | 0.97% | - |
| XYZ | 41.81 | 21.3 | 17.83 | - |
| YUV | 90.67 | 141.17 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 114 | 0 | 0.98 | 0.54 | 0.03 | 333.22 | 0.95 | 0.5 |
| Hex | F8 | 6 | 72 | 0 | 62 | 36 | 3 | 14D | 5F | 32 |
| Octal | 370 | 6 | 162 | 0 | 142 | 66 | 3 | 515 | 137 | 62 |
| Binary | 11111000 | 110 | 1110010 | 0 | 1100010 | 110110 | 11 | 101001101 | 1011111 | 110010 |
Color Harmonies of #F80672
Complementary color
Monochromatic Colors of #F80672
Black with #F80672
Text Example
Text Example
White with #F80672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80672; }
p { color: rgb(248,6,114); }
H1.HeaderClassName
{
color: #F80672;
}
.AnyTagClassName
{
color: #F80672;
}
</style>
background-color css
<style>
a { background-color: #F80672; }
a { background-color: rgb(248,6,114); }
div.DivClassName
{
background-color: #F80672;
}
.BgClassName
{
background-color: #F80672;
}
</style>
border-color css
<style>
span { border-color: #F80672; }
span { border-color: rgb(248,6,114); }
td.TdClassName
{
border-color: #F80672;
}
.TagClassName
{
border-color: #F80672;
}
</style>