Shades of Razzmatazz #F80E55
Tints of Razzmatazz #F80E55
RGB
CMYK
RGB Variations
Color information
#F80E55 (or 0xF80E55) is known color: Razzmatazz. HEX triplet: F8, 0E and 55. RGB value is (248,14,85). Sum of RGB (Red+Green+Blue) = 248+14+85=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80E55 is #07F1AA. Grayscale: #5C5C5C. Windows color (decimal): -520619 or 5574392. OLE color: 5574392.
HSL color Cylindrical-coordinate representation of color #F80E55: hue angle of 341.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80E55 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 85 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.03 |
| HSL | 341.79º | 0.94% | 0.51% | - |
| HSV(B) | 341.79º | 0.94% | 0.97% | - |
| XYZ | 40.51 | 20.93 | 10.5 | - |
| YUV | 92.06 | 124.02 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 85 | 0 | 0.94 | 0.66 | 0.03 | 341.79 | 0.94 | 0.51 |
| Hex | F8 | E | 55 | 0 | 5E | 42 | 3 | 156 | 5E | 33 |
| Octal | 370 | 16 | 125 | 0 | 136 | 102 | 3 | 526 | 136 | 63 |
| Binary | 11111000 | 1110 | 1010101 | 0 | 1011110 | 1000010 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F80E55
Complementary color
Monochromatic Colors of #F80E55
Black with #F80E55
Text Example
Text Example
White with #F80E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E55; }
p { color: rgb(248,14,85); }
H1.HeaderClassName
{
color: #F80E55;
}
.AnyTagClassName
{
color: #F80E55;
}
</style>
background-color css
<style>
a { background-color: #F80E55; }
a { background-color: rgb(248,14,85); }
div.DivClassName
{
background-color: #F80E55;
}
.BgClassName
{
background-color: #F80E55;
}
</style>
border-color css
<style>
span { border-color: #F80E55; }
span { border-color: rgb(248,14,85); }
td.TdClassName
{
border-color: #F80E55;
}
.TagClassName
{
border-color: #F80E55;
}
</style>