Shades of Razzmatazz #F00E62
Tints of Razzmatazz #F00E62
RGB
CMYK
RGB Variations
Color information
#F00E62 (or 0xF00E62) is known color: Razzmatazz. HEX triplet: F0, 0E and 62. RGB value is (240,14,98). Sum of RGB (Red+Green+Blue) = 240+14+98=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E62 is #0FF19D. Grayscale: #5B5B5B. Windows color (decimal): -1044894 or 6426352. OLE color: 6426352.
HSL color Cylindrical-coordinate representation of color #F00E62: hue angle of 337.7º 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 #F00E62 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 98 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.06 |
| HSL | 337.7º | 0.89% | 0.5% | - |
| HSV(B) | 337.7º | 0.94% | 0.94% | - |
| XYZ | 38.3 | 19.72 | 13.34 | - |
| YUV | 91.15 | 131.87 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 98 | 0 | 0.94 | 0.59 | 0.06 | 337.7 | 0.89 | 0.5 |
| Hex | F0 | E | 62 | 0 | 5E | 3B | 6 | 152 | 59 | 32 |
| Octal | 360 | 16 | 142 | 0 | 136 | 73 | 6 | 522 | 131 | 62 |
| Binary | 11110000 | 1110 | 1100010 | 0 | 1011110 | 111011 | 110 | 101010010 | 1011001 | 110010 |
Color Harmonies of #F00E62
Complementary color
Monochromatic Colors of #F00E62
Black with #F00E62
Text Example
Text Example
White with #F00E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E62; }
p { color: rgb(240,14,98); }
H1.HeaderClassName
{
color: #F00E62;
}
.AnyTagClassName
{
color: #F00E62;
}
</style>
background-color css
<style>
a { background-color: #F00E62; }
a { background-color: rgb(240,14,98); }
div.DivClassName
{
background-color: #F00E62;
}
.BgClassName
{
background-color: #F00E62;
}
</style>
border-color css
<style>
span { border-color: #F00E62; }
span { border-color: rgb(240,14,98); }
td.TdClassName
{
border-color: #F00E62;
}
.TagClassName
{
border-color: #F00E62;
}
</style>