Shades of Razzmatazz #F00E6A
Tints of Razzmatazz #F00E6A
RGB
CMYK
RGB Variations
Color information
#F00E6A (or 0xF00E6A) is known color: Razzmatazz. HEX triplet: F0, 0E and 6A. RGB value is (240,14,106). Sum of RGB (Red+Green+Blue) = 240+14+106=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E6A is #0FF195. Grayscale: #5B5B5B. Windows color (decimal): -1044886 or 6950640. OLE color: 6950640.
HSL color Cylindrical-coordinate representation of color #F00E6A: hue angle of 335.58º 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 #F00E6A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.06 |
| HSL | 335.58º | 0.89% | 0.5% | - |
| HSV(B) | 335.58º | 0.94% | 0.94% | - |
| XYZ | 38.69 | 19.88 | 15.43 | - |
| YUV | 92.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 106 | 0 | 0.94 | 0.56 | 0.06 | 335.58 | 0.89 | 0.5 |
| Hex | F0 | E | 6A | 0 | 5E | 38 | 6 | 150 | 59 | 32 |
| Octal | 360 | 16 | 152 | 0 | 136 | 70 | 6 | 520 | 131 | 62 |
| Binary | 11110000 | 1110 | 1101010 | 0 | 1011110 | 111000 | 110 | 101010000 | 1011001 | 110010 |
Color Harmonies of #F00E6A
Complementary color
Monochromatic Colors of #F00E6A
Black with #F00E6A
Text Example
Text Example
White with #F00E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E6A; }
p { color: rgb(240,14,106); }
H1.HeaderClassName
{
color: #F00E6A;
}
.AnyTagClassName
{
color: #F00E6A;
}
</style>
background-color css
<style>
a { background-color: #F00E6A; }
a { background-color: rgb(240,14,106); }
div.DivClassName
{
background-color: #F00E6A;
}
.BgClassName
{
background-color: #F00E6A;
}
</style>
border-color css
<style>
span { border-color: #F00E6A; }
span { border-color: rgb(240,14,106); }
td.TdClassName
{
border-color: #F00E6A;
}
.TagClassName
{
border-color: #F00E6A;
}
</style>