Shades of Razzmatazz #F80A55
Tints of Razzmatazz #F80A55
RGB
CMYK
RGB Variations
Color information
#F80A55 (or 0xF80A55) is known color: Razzmatazz. HEX triplet: F8, 0A and 55. RGB value is (248,10,85). Sum of RGB (Red+Green+Blue) = 248+10+85=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A55 is #07F5AA. Grayscale: #595959. Windows color (decimal): -521643 or 5573368. OLE color: 5573368.
HSL color Cylindrical-coordinate representation of color #F80A55: hue angle of 341.09º 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 #F80A55 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 85 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.03 |
| HSL | 341.09º | 0.94% | 0.51% | - |
| HSV(B) | 341.09º | 0.96% | 0.97% | - |
| XYZ | 40.46 | 20.83 | 10.48 | - |
| YUV | 89.71 | 125.35 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 85 | 0 | 0.96 | 0.66 | 0.03 | 341.09 | 0.94 | 0.51 |
| Hex | F8 | A | 55 | 0 | 60 | 42 | 3 | 155 | 5E | 33 |
| Octal | 370 | 12 | 125 | 0 | 140 | 102 | 3 | 525 | 136 | 63 |
| Binary | 11111000 | 1010 | 1010101 | 0 | 1100000 | 1000010 | 11 | 101010101 | 1011110 | 110011 |
Color Harmonies of #F80A55
Complementary color
Monochromatic Colors of #F80A55
Black with #F80A55
Text Example
Text Example
White with #F80A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A55; }
p { color: rgb(248,10,85); }
H1.HeaderClassName
{
color: #F80A55;
}
.AnyTagClassName
{
color: #F80A55;
}
</style>
background-color css
<style>
a { background-color: #F80A55; }
a { background-color: rgb(248,10,85); }
div.DivClassName
{
background-color: #F80A55;
}
.BgClassName
{
background-color: #F80A55;
}
</style>
border-color css
<style>
span { border-color: #F80A55; }
span { border-color: rgb(248,10,85); }
td.TdClassName
{
border-color: #F80A55;
}
.TagClassName
{
border-color: #F80A55;
}
</style>