Shades of Razzmatazz #F40E6D
Tints of Razzmatazz #F40E6D
RGB
CMYK
RGB Variations
Color information
#F40E6D (or 0xF40E6D) is known color: Razzmatazz. HEX triplet: F4, 0E and 6D. RGB value is (244,14,109). Sum of RGB (Red+Green+Blue) = 244+14+109=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E6D is #0BF192. Grayscale: #5D5D5D. Windows color (decimal): -782739 or 7147252. OLE color: 7147252.
HSL color Cylindrical-coordinate representation of color #F40E6D: hue angle of 335.22º 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 #F40E6D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.04 |
| HSL | 335.22º | 0.91% | 0.51% | - |
| HSV(B) | 335.22º | 0.94% | 0.96% | - |
| XYZ | 40.23 | 20.65 | 16.33 | - |
| YUV | 93.6 | 136.7 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 109 | 0 | 0.94 | 0.55 | 0.04 | 335.22 | 0.91 | 0.51 |
| Hex | F4 | E | 6D | 0 | 5E | 37 | 4 | 14F | 5B | 33 |
| Octal | 364 | 16 | 155 | 0 | 136 | 67 | 4 | 517 | 133 | 63 |
| Binary | 11110100 | 1110 | 1101101 | 0 | 1011110 | 110111 | 100 | 101001111 | 1011011 | 110011 |
Color Harmonies of #F40E6D
Complementary color
Monochromatic Colors of #F40E6D
Black with #F40E6D
Text Example
Text Example
White with #F40E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E6D; }
p { color: rgb(244,14,109); }
H1.HeaderClassName
{
color: #F40E6D;
}
.AnyTagClassName
{
color: #F40E6D;
}
</style>
background-color css
<style>
a { background-color: #F40E6D; }
a { background-color: rgb(244,14,109); }
div.DivClassName
{
background-color: #F40E6D;
}
.BgClassName
{
background-color: #F40E6D;
}
</style>
border-color css
<style>
span { border-color: #F40E6D; }
span { border-color: rgb(244,14,109); }
td.TdClassName
{
border-color: #F40E6D;
}
.TagClassName
{
border-color: #F40E6D;
}
</style>