Shades of Razzmatazz #F8064E
Tints of Razzmatazz #F8064E
RGB
CMYK
RGB Variations
Color information
#F8064E (or 0xF8064E) is known color: Razzmatazz. HEX triplet: F8, 06 and 4E. RGB value is (248,6,78). Sum of RGB (Red+Green+Blue) = 248+6+78=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8064E is #07F9B1. Grayscale: #565656. Windows color (decimal): -522674 or 5113592. OLE color: 5113592.
HSL color Cylindrical-coordinate representation of color #F8064E: hue angle of 342.15º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8064E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.15º | 0.95% | 0.5% | - |
| HSV(B) | 342.15º | 0.98% | 0.97% | - |
| XYZ | 40.15 | 20.64 | 9.07 | - |
| YUV | 86.57 | 123.17 | 243.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 78 | 0 | 0.98 | 0.69 | 0.03 | 342.15 | 0.95 | 0.5 |
| Hex | F8 | 6 | 4E | 0 | 62 | 45 | 3 | 156 | 5F | 32 |
| Octal | 370 | 6 | 116 | 0 | 142 | 105 | 3 | 526 | 137 | 62 |
| Binary | 11111000 | 110 | 1001110 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1011111 | 110010 |
Color Harmonies of #F8064E
Complementary color
Monochromatic Colors of #F8064E
Black with #F8064E
Text Example
Text Example
White with #F8064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8064E; }
p { color: rgb(248,6,78); }
H1.HeaderClassName
{
color: #F8064E;
}
.AnyTagClassName
{
color: #F8064E;
}
</style>
background-color css
<style>
a { background-color: #F8064E; }
a { background-color: rgb(248,6,78); }
div.DivClassName
{
background-color: #F8064E;
}
.BgClassName
{
background-color: #F8064E;
}
</style>
border-color css
<style>
span { border-color: #F8064E; }
span { border-color: rgb(248,6,78); }
td.TdClassName
{
border-color: #F8064E;
}
.TagClassName
{
border-color: #F8064E;
}
</style>