Shades of Razzmatazz #F80A57
Tints of Razzmatazz #F80A57
RGB
CMYK
RGB Variations
Color information
#F80A57 (or 0xF80A57) is known color: Razzmatazz. HEX triplet: F8, 0A and 57. RGB value is (248,10,87). Sum of RGB (Red+Green+Blue) = 248+10+87=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A57 is #07F5A8. Grayscale: #595959. Windows color (decimal): -521641 or 5704440. OLE color: 5704440.
HSL color Cylindrical-coordinate representation of color #F80A57: hue angle of 340.59º 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 #F80A57 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 87 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.03 |
| HSL | 340.59º | 0.94% | 0.51% | - |
| HSV(B) | 340.59º | 0.96% | 0.97% | - |
| XYZ | 40.54 | 20.86 | 10.91 | - |
| YUV | 89.94 | 126.35 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 87 | 0 | 0.96 | 0.65 | 0.03 | 340.59 | 0.94 | 0.51 |
| Hex | F8 | A | 57 | 0 | 60 | 41 | 3 | 155 | 5E | 33 |
| Octal | 370 | 12 | 127 | 0 | 140 | 101 | 3 | 525 | 136 | 63 |
| Binary | 11111000 | 1010 | 1010111 | 0 | 1100000 | 1000001 | 11 | 101010101 | 1011110 | 110011 |
Color Harmonies of #F80A57
Complementary color
Monochromatic Colors of #F80A57
Black with #F80A57
Text Example
Text Example
White with #F80A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A57; }
p { color: rgb(248,10,87); }
H1.HeaderClassName
{
color: #F80A57;
}
.AnyTagClassName
{
color: #F80A57;
}
</style>
background-color css
<style>
a { background-color: #F80A57; }
a { background-color: rgb(248,10,87); }
div.DivClassName
{
background-color: #F80A57;
}
.BgClassName
{
background-color: #F80A57;
}
</style>
border-color css
<style>
span { border-color: #F80A57; }
span { border-color: rgb(248,10,87); }
td.TdClassName
{
border-color: #F80A57;
}
.TagClassName
{
border-color: #F80A57;
}
</style>