Shades of Razzmatazz #F10E4E
Tints of Razzmatazz #F10E4E
RGB
CMYK
RGB Variations
Color information
#F10E4E (or 0xF10E4E) is known color: Razzmatazz. HEX triplet: F1, 0E and 4E. RGB value is (241,14,78). Sum of RGB (Red+Green+Blue) = 241+14+78=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10E4E is #0EF1B1. Grayscale: #595959. Windows color (decimal): -979378 or 5115633. OLE color: 5115633.
HSL color Cylindrical-coordinate representation of color #F10E4E: hue angle of 343.08º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E4E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 78 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.05 |
| HSL | 343.08º | 0.89% | 0.5% | - |
| HSV(B) | 343.08º | 0.94% | 0.95% | - |
| XYZ | 37.81 | 19.56 | 8.99 | - |
| YUV | 89.17 | 121.71 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 78 | 0 | 0.94 | 0.68 | 0.05 | 343.08 | 0.89 | 0.5 |
| Hex | F1 | E | 4E | 0 | 5E | 44 | 5 | 157 | 59 | 32 |
| Octal | 361 | 16 | 116 | 0 | 136 | 104 | 5 | 527 | 131 | 62 |
| Binary | 11110001 | 1110 | 1001110 | 0 | 1011110 | 1000100 | 101 | 101010111 | 1011001 | 110010 |
Color Harmonies of #F10E4E
Complementary color
Monochromatic Colors of #F10E4E
Black with #F10E4E
Text Example
Text Example
White with #F10E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E4E; }
p { color: rgb(241,14,78); }
H1.HeaderClassName
{
color: #F10E4E;
}
.AnyTagClassName
{
color: #F10E4E;
}
</style>
background-color css
<style>
a { background-color: #F10E4E; }
a { background-color: rgb(241,14,78); }
div.DivClassName
{
background-color: #F10E4E;
}
.BgClassName
{
background-color: #F10E4E;
}
</style>
border-color css
<style>
span { border-color: #F10E4E; }
span { border-color: rgb(241,14,78); }
td.TdClassName
{
border-color: #F10E4E;
}
.TagClassName
{
border-color: #F10E4E;
}
</style>