Shades of Razzmatazz #F00E5C
Tints of Razzmatazz #F00E5C
RGB
CMYK
RGB Variations
Color information
#F00E5C (or 0xF00E5C) is known color: Razzmatazz. HEX triplet: F0, 0E and 5C. RGB value is (240,14,92). Sum of RGB (Red+Green+Blue) = 240+14+92=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E5C is #0FF1A3. Grayscale: #5A5A5A. Windows color (decimal): -1044900 or 6033136. OLE color: 6033136.
HSL color Cylindrical-coordinate representation of color #F00E5C: hue angle of 339.29º 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 #F00E5C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.06 |
| HSL | 339.29º | 0.89% | 0.5% | - |
| HSV(B) | 339.29º | 0.94% | 0.94% | - |
| XYZ | 38.02 | 19.61 | 11.91 | - |
| YUV | 90.47 | 128.87 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 92 | 0 | 0.94 | 0.62 | 0.06 | 339.29 | 0.89 | 0.5 |
| Hex | F0 | E | 5C | 0 | 5E | 3E | 6 | 153 | 59 | 32 |
| Octal | 360 | 16 | 134 | 0 | 136 | 76 | 6 | 523 | 131 | 62 |
| Binary | 11110000 | 1110 | 1011100 | 0 | 1011110 | 111110 | 110 | 101010011 | 1011001 | 110010 |
Color Harmonies of #F00E5C
Complementary color
Monochromatic Colors of #F00E5C
Black with #F00E5C
Text Example
Text Example
White with #F00E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E5C; }
p { color: rgb(240,14,92); }
H1.HeaderClassName
{
color: #F00E5C;
}
.AnyTagClassName
{
color: #F00E5C;
}
</style>
background-color css
<style>
a { background-color: #F00E5C; }
a { background-color: rgb(240,14,92); }
div.DivClassName
{
background-color: #F00E5C;
}
.BgClassName
{
background-color: #F00E5C;
}
</style>
border-color css
<style>
span { border-color: #F00E5C; }
span { border-color: rgb(240,14,92); }
td.TdClassName
{
border-color: #F00E5C;
}
.TagClassName
{
border-color: #F00E5C;
}
</style>