Shades of Razzmatazz #F40E54
Tints of Razzmatazz #F40E54
RGB
CMYK
RGB Variations
Color information
#F40E54 (or 0xF40E54) is known color: Razzmatazz. HEX triplet: F4, 0E and 54. RGB value is (244,14,84). Sum of RGB (Red+Green+Blue) = 244+14+84=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E54 is #0BF1AB. Grayscale: #5A5A5A. Windows color (decimal): -782764 or 5508852. OLE color: 5508852.
HSL color Cylindrical-coordinate representation of color #F40E54: hue angle of 341.74º 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 #F40E54 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.04 |
| HSL | 341.74º | 0.91% | 0.51% | - |
| HSV(B) | 341.74º | 0.94% | 0.96% | - |
| XYZ | 39.07 | 20.19 | 10.23 | - |
| YUV | 90.75 | 124.2 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 84 | 0 | 0.94 | 0.66 | 0.04 | 341.74 | 0.91 | 0.51 |
| Hex | F4 | E | 54 | 0 | 5E | 42 | 4 | 156 | 5B | 33 |
| Octal | 364 | 16 | 124 | 0 | 136 | 102 | 4 | 526 | 133 | 63 |
| Binary | 11110100 | 1110 | 1010100 | 0 | 1011110 | 1000010 | 100 | 101010110 | 1011011 | 110011 |
Color Harmonies of #F40E54
Complementary color
Monochromatic Colors of #F40E54
Black with #F40E54
Text Example
Text Example
White with #F40E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E54; }
p { color: rgb(244,14,84); }
H1.HeaderClassName
{
color: #F40E54;
}
.AnyTagClassName
{
color: #F40E54;
}
</style>
background-color css
<style>
a { background-color: #F40E54; }
a { background-color: rgb(244,14,84); }
div.DivClassName
{
background-color: #F40E54;
}
.BgClassName
{
background-color: #F40E54;
}
</style>
border-color css
<style>
span { border-color: #F40E54; }
span { border-color: rgb(244,14,84); }
td.TdClassName
{
border-color: #F40E54;
}
.TagClassName
{
border-color: #F40E54;
}
</style>