Shades of Razzmatazz #F00E5A
Tints of Razzmatazz #F00E5A
RGB
CMYK
RGB Variations
Color information
#F00E5A (or 0xF00E5A) is known color: Razzmatazz. HEX triplet: F0, 0E and 5A. RGB value is (240,14,90). Sum of RGB (Red+Green+Blue) = 240+14+90=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E5A is #0FF1A5. Grayscale: #5A5A5A. Windows color (decimal): -1044902 or 5902064. OLE color: 5902064.
HSL color Cylindrical-coordinate representation of color #F00E5A: hue angle of 339.82º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E5A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.06 |
| HSL | 339.82º | 0.89% | 0.5% | - |
| HSV(B) | 339.82º | 0.94% | 0.94% | - |
| XYZ | 37.94 | 19.58 | 11.45 | - |
| YUV | 90.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 90 | 0 | 0.94 | 0.62 | 0.06 | 339.82 | 0.89 | 0.5 |
| Hex | F0 | E | 5A | 0 | 5E | 3E | 6 | 154 | 59 | 32 |
| Octal | 360 | 16 | 132 | 0 | 136 | 76 | 6 | 524 | 131 | 62 |
| Binary | 11110000 | 1110 | 1011010 | 0 | 1011110 | 111110 | 110 | 101010100 | 1011001 | 110010 |
Color Harmonies of #F00E5A
Complementary color
Monochromatic Colors of #F00E5A
Black with #F00E5A
Text Example
Text Example
White with #F00E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E5A; }
p { color: rgb(240,14,90); }
H1.HeaderClassName
{
color: #F00E5A;
}
.AnyTagClassName
{
color: #F00E5A;
}
</style>
background-color css
<style>
a { background-color: #F00E5A; }
a { background-color: rgb(240,14,90); }
div.DivClassName
{
background-color: #F00E5A;
}
.BgClassName
{
background-color: #F00E5A;
}
</style>
border-color css
<style>
span { border-color: #F00E5A; }
span { border-color: rgb(240,14,90); }
td.TdClassName
{
border-color: #F00E5A;
}
.TagClassName
{
border-color: #F00E5A;
}
</style>