Shades of Razzmatazz #F80E54
Tints of Razzmatazz #F80E54
RGB
CMYK
RGB Variations
Color information
#F80E54 (or 0xF80E54) is known color: Razzmatazz. HEX triplet: F8, 0E and 54. RGB value is (248,14,84). Sum of RGB (Red+Green+Blue) = 248+14+84=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80E54 is #07F1AB. Grayscale: #5B5B5B. Windows color (decimal): -520620 or 5508856. OLE color: 5508856.
HSL color Cylindrical-coordinate representation of color #F80E54: hue angle of 342.05º 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 #F80E54 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.03 |
| HSL | 342.05º | 0.94% | 0.51% | - |
| HSV(B) | 342.05º | 0.94% | 0.97% | - |
| XYZ | 40.47 | 20.91 | 10.29 | - |
| YUV | 91.95 | 123.52 | 239.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 84 | 0 | 0.94 | 0.66 | 0.03 | 342.05 | 0.94 | 0.51 |
| Hex | F8 | E | 54 | 0 | 5E | 42 | 3 | 156 | 5E | 33 |
| Octal | 370 | 16 | 124 | 0 | 136 | 102 | 3 | 526 | 136 | 63 |
| Binary | 11111000 | 1110 | 1010100 | 0 | 1011110 | 1000010 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F80E54
Complementary color
Monochromatic Colors of #F80E54
Black with #F80E54
Text Example
Text Example
White with #F80E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E54; }
p { color: rgb(248,14,84); }
H1.HeaderClassName
{
color: #F80E54;
}
.AnyTagClassName
{
color: #F80E54;
}
</style>
background-color css
<style>
a { background-color: #F80E54; }
a { background-color: rgb(248,14,84); }
div.DivClassName
{
background-color: #F80E54;
}
.BgClassName
{
background-color: #F80E54;
}
</style>
border-color css
<style>
span { border-color: #F80E54; }
span { border-color: rgb(248,14,84); }
td.TdClassName
{
border-color: #F80E54;
}
.TagClassName
{
border-color: #F80E54;
}
</style>