Shades of Razzmatazz #F80C70
Tints of Razzmatazz #F80C70
RGB
CMYK
RGB Variations
Color information
#F80C70 (or 0xF80C70) is known color: Razzmatazz. HEX triplet: F8, 0C and 70. RGB value is (248,12,112). Sum of RGB (Red+Green+Blue) = 248+12+112=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C70 is #07F38F. Grayscale: #5D5D5D. Windows color (decimal): -521104 or 7343352. OLE color: 7343352.
HSL color Cylindrical-coordinate representation of color #F80C70: hue angle of 334.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C70 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 112 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.03 |
| HSL | 334.58º | 0.94% | 0.51% | - |
| HSV(B) | 334.58º | 0.95% | 0.97% | - |
| XYZ | 41.77 | 21.39 | 17.26 | - |
| YUV | 93.96 | 138.19 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 112 | 0 | 0.95 | 0.55 | 0.03 | 334.58 | 0.94 | 0.51 |
| Hex | F8 | C | 70 | 0 | 5F | 37 | 3 | 14F | 5E | 33 |
| Octal | 370 | 14 | 160 | 0 | 137 | 67 | 3 | 517 | 136 | 63 |
| Binary | 11111000 | 1100 | 1110000 | 0 | 1011111 | 110111 | 11 | 101001111 | 1011110 | 110011 |
Color Harmonies of #F80C70
Complementary color
Monochromatic Colors of #F80C70
Black with #F80C70
Text Example
Text Example
White with #F80C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C70; }
p { color: rgb(248,12,112); }
H1.HeaderClassName
{
color: #F80C70;
}
.AnyTagClassName
{
color: #F80C70;
}
</style>
background-color css
<style>
a { background-color: #F80C70; }
a { background-color: rgb(248,12,112); }
div.DivClassName
{
background-color: #F80C70;
}
.BgClassName
{
background-color: #F80C70;
}
</style>
border-color css
<style>
span { border-color: #F80C70; }
span { border-color: rgb(248,12,112); }
td.TdClassName
{
border-color: #F80C70;
}
.TagClassName
{
border-color: #F80C70;
}
</style>