Shades of Razzmatazz #F8004E
Tints of Razzmatazz #F8004E
RGB
CMYK
RGB Variations
Color information
#F8004E (or 0xF8004E) is known color: Razzmatazz. HEX triplet: F8, 00 and 4E. RGB value is (248,0,78). Sum of RGB (Red+Green+Blue) = 248+0+78=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8004E is #07FFB1. Grayscale: #525252. Windows color (decimal): -524210 or 5112056. OLE color: 5112056.
HSL color Cylindrical-coordinate representation of color #F8004E: hue angle of 341.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8004E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.69 | 0.03 |
| HSL | 341.13º | 1% | 0.49% | - |
| HSV(B) | 341.13º | 1% | 0.97% | - |
| XYZ | 40.09 | 20.51 | 9.05 | - |
| YUV | 83.04 | 125.16 | 245.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 78 | 0 | 1 | 0.69 | 0.03 | 341.13 | 1 | 0.49 |
| Hex | F8 | 0 | 4E | 0 | 64 | 45 | 3 | 155 | 64 | 31 |
| Octal | 370 | 0 | 116 | 0 | 144 | 105 | 3 | 525 | 144 | 61 |
| Binary | 11111000 | 0 | 1001110 | 0 | 1100100 | 1000101 | 11 | 101010101 | 1100100 | 110001 |
Color Harmonies of #F8004E
Complementary color
Monochromatic Colors of #F8004E
Black with #F8004E
Text Example
Text Example
White with #F8004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8004E; }
p { color: rgb(248,0,78); }
H1.HeaderClassName
{
color: #F8004E;
}
.AnyTagClassName
{
color: #F8004E;
}
</style>
background-color css
<style>
a { background-color: #F8004E; }
a { background-color: rgb(248,0,78); }
div.DivClassName
{
background-color: #F8004E;
}
.BgClassName
{
background-color: #F8004E;
}
</style>
border-color css
<style>
span { border-color: #F8004E; }
span { border-color: rgb(248,0,78); }
td.TdClassName
{
border-color: #F8004E;
}
.TagClassName
{
border-color: #F8004E;
}
</style>