Shades of Razzmatazz #F00E53
Tints of Razzmatazz #F00E53
RGB
CMYK
RGB Variations
Color information
#F00E53 (or 0xF00E53) is known color: Razzmatazz. HEX triplet: F0, 0E and 53. RGB value is (240,14,83). Sum of RGB (Red+Green+Blue) = 240+14+83=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E53 is #0FF1AC. Grayscale: #595959. Windows color (decimal): -1044909 or 5443312. OLE color: 5443312.
HSL color Cylindrical-coordinate representation of color #F00E53: hue angle of 341.68º 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 #F00E53 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 83 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.06 |
| HSL | 341.68º | 0.89% | 0.5% | - |
| HSV(B) | 341.68º | 0.94% | 0.94% | - |
| XYZ | 37.65 | 19.46 | 9.96 | - |
| YUV | 89.44 | 124.37 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 83 | 0 | 0.94 | 0.65 | 0.06 | 341.68 | 0.89 | 0.5 |
| Hex | F0 | E | 53 | 0 | 5E | 41 | 6 | 156 | 59 | 32 |
| Octal | 360 | 16 | 123 | 0 | 136 | 101 | 6 | 526 | 131 | 62 |
| Binary | 11110000 | 1110 | 1010011 | 0 | 1011110 | 1000001 | 110 | 101010110 | 1011001 | 110010 |
Color Harmonies of #F00E53
Complementary color
Monochromatic Colors of #F00E53
Black with #F00E53
Text Example
Text Example
White with #F00E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E53; }
p { color: rgb(240,14,83); }
H1.HeaderClassName
{
color: #F00E53;
}
.AnyTagClassName
{
color: #F00E53;
}
</style>
background-color css
<style>
a { background-color: #F00E53; }
a { background-color: rgb(240,14,83); }
div.DivClassName
{
background-color: #F00E53;
}
.BgClassName
{
background-color: #F00E53;
}
</style>
border-color css
<style>
span { border-color: #F00E53; }
span { border-color: rgb(240,14,83); }
td.TdClassName
{
border-color: #F00E53;
}
.TagClassName
{
border-color: #F00E53;
}
</style>