Shades of Razzmatazz #F00E54
Tints of Razzmatazz #F00E54
RGB
CMYK
RGB Variations
Color information
#F00E54 (or 0xF00E54) is known color: Razzmatazz. HEX triplet: F0, 0E and 54. RGB value is (240,14,84). Sum of RGB (Red+Green+Blue) = 240+14+84=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E54 is #0FF1AB. Grayscale: #595959. Windows color (decimal): -1044908 or 5508848. OLE color: 5508848.
HSL color Cylindrical-coordinate representation of color #F00E54: hue angle of 341.42º 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 #F00E54 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.06 |
| HSL | 341.42º | 0.89% | 0.5% | - |
| HSV(B) | 341.42º | 0.94% | 0.94% | - |
| XYZ | 37.69 | 19.48 | 10.16 | - |
| YUV | 89.55 | 124.87 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 84 | 0 | 0.94 | 0.65 | 0.06 | 341.42 | 0.89 | 0.5 |
| Hex | F0 | E | 54 | 0 | 5E | 41 | 6 | 155 | 59 | 32 |
| Octal | 360 | 16 | 124 | 0 | 136 | 101 | 6 | 525 | 131 | 62 |
| Binary | 11110000 | 1110 | 1010100 | 0 | 1011110 | 1000001 | 110 | 101010101 | 1011001 | 110010 |
Color Harmonies of #F00E54
Complementary color
Monochromatic Colors of #F00E54
Black with #F00E54
Text Example
Text Example
White with #F00E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E54; }
p { color: rgb(240,14,84); }
H1.HeaderClassName
{
color: #F00E54;
}
.AnyTagClassName
{
color: #F00E54;
}
</style>
background-color css
<style>
a { background-color: #F00E54; }
a { background-color: rgb(240,14,84); }
div.DivClassName
{
background-color: #F00E54;
}
.BgClassName
{
background-color: #F00E54;
}
</style>
border-color css
<style>
span { border-color: #F00E54; }
span { border-color: rgb(240,14,84); }
td.TdClassName
{
border-color: #F00E54;
}
.TagClassName
{
border-color: #F00E54;
}
</style>