Shades of Razzmatazz #F8084E
Tints of Razzmatazz #F8084E
RGB
CMYK
RGB Variations
Color information
#F8084E (or 0xF8084E) is known color: Razzmatazz. HEX triplet: F8, 08 and 4E. RGB value is (248,8,78). Sum of RGB (Red+Green+Blue) = 248+8+78=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F8084E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8084E is #07F7B1. Grayscale: #575757. Windows color (decimal): -522162 or 5114104. OLE color: 5114104.
HSL color Cylindrical-coordinate representation of color #F8084E: hue angle of 342.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8084E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 78 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.03 |
| HSL | 342.5º | 0.94% | 0.5% | - |
| HSV(B) | 342.5º | 0.97% | 0.97% | - |
| XYZ | 40.17 | 20.68 | 9.08 | - |
| YUV | 87.74 | 122.51 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 78 | 0 | 0.97 | 0.69 | 0.03 | 342.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 4E | 0 | 61 | 45 | 3 | 156 | 5E | 32 |
| Octal | 370 | 10 | 116 | 0 | 141 | 105 | 3 | 526 | 136 | 62 |
| Binary | 11111000 | 1000 | 1001110 | 0 | 1100001 | 1000101 | 11 | 101010110 | 1011110 | 110010 |
Color Harmonies of #F8084E
Complementary color
Monochromatic Colors of #F8084E
Black with #F8084E
Text Example
Text Example
White with #F8084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8084E; }
p { color: rgb(248,8,78); }
H1.HeaderClassName
{
color: #F8084E;
}
.AnyTagClassName
{
color: #F8084E;
}
</style>
background-color css
<style>
a { background-color: #F8084E; }
a { background-color: rgb(248,8,78); }
div.DivClassName
{
background-color: #F8084E;
}
.BgClassName
{
background-color: #F8084E;
}
</style>
border-color css
<style>
span { border-color: #F8084E; }
span { border-color: rgb(248,8,78); }
td.TdClassName
{
border-color: #F8084E;
}
.TagClassName
{
border-color: #F8084E;
}
</style>