Shades of Razzmatazz #F40E4E
Tints of Razzmatazz #F40E4E
RGB
CMYK
RGB Variations
Color information
#F40E4E (or 0xF40E4E) is known color: Razzmatazz. HEX triplet: F4, 0E and 4E. RGB value is (244,14,78). Sum of RGB (Red+Green+Blue) = 244+14+78=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E4E is #0BF1B1. Grayscale: #5A5A5A. Windows color (decimal): -782770 or 5115636. OLE color: 5115636.
HSL color Cylindrical-coordinate representation of color #F40E4E: hue angle of 343.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40E4E is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 78 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.04 |
| HSL | 343.3º | 0.91% | 0.51% | - |
| HSV(B) | 343.3º | 0.94% | 0.96% | - |
| XYZ | 38.84 | 20.1 | 9.04 | - |
| YUV | 90.07 | 121.2 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 78 | 0 | 0.94 | 0.68 | 0.04 | 343.3 | 0.91 | 0.51 |
| Hex | F4 | E | 4E | 0 | 5E | 44 | 4 | 157 | 5B | 33 |
| Octal | 364 | 16 | 116 | 0 | 136 | 104 | 4 | 527 | 133 | 63 |
| Binary | 11110100 | 1110 | 1001110 | 0 | 1011110 | 1000100 | 100 | 101010111 | 1011011 | 110011 |
Color Harmonies of #F40E4E
Complementary color
Monochromatic Colors of #F40E4E
Black with #F40E4E
Text Example
Text Example
White with #F40E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E4E; }
p { color: rgb(244,14,78); }
H1.HeaderClassName
{
color: #F40E4E;
}
.AnyTagClassName
{
color: #F40E4E;
}
</style>
background-color css
<style>
a { background-color: #F40E4E; }
a { background-color: rgb(244,14,78); }
div.DivClassName
{
background-color: #F40E4E;
}
.BgClassName
{
background-color: #F40E4E;
}
</style>
border-color css
<style>
span { border-color: #F40E4E; }
span { border-color: rgb(244,14,78); }
td.TdClassName
{
border-color: #F40E4E;
}
.TagClassName
{
border-color: #F40E4E;
}
</style>