Shades of Razzmatazz #F40E6C
Tints of Razzmatazz #F40E6C
RGB
CMYK
RGB Variations
Color information
#F40E6C (or 0xF40E6C) is known color: Razzmatazz. HEX triplet: F4, 0E and 6C. RGB value is (244,14,108). Sum of RGB (Red+Green+Blue) = 244+14+108=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E6C is #0BF193. Grayscale: #5D5D5D. Windows color (decimal): -782740 or 7081716. OLE color: 7081716.
HSL color Cylindrical-coordinate representation of color #F40E6C: hue angle of 335.48º 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 #F40E6C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.04 |
| HSL | 335.48º | 0.91% | 0.51% | - |
| HSV(B) | 335.48º | 0.94% | 0.96% | - |
| XYZ | 40.17 | 20.63 | 16.05 | - |
| YUV | 93.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 108 | 0 | 0.94 | 0.56 | 0.04 | 335.48 | 0.91 | 0.51 |
| Hex | F4 | E | 6C | 0 | 5E | 38 | 4 | 14F | 5B | 33 |
| Octal | 364 | 16 | 154 | 0 | 136 | 70 | 4 | 517 | 133 | 63 |
| Binary | 11110100 | 1110 | 1101100 | 0 | 1011110 | 111000 | 100 | 101001111 | 1011011 | 110011 |
Color Harmonies of #F40E6C
Complementary color
Monochromatic Colors of #F40E6C
Black with #F40E6C
Text Example
Text Example
White with #F40E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E6C; }
p { color: rgb(244,14,108); }
H1.HeaderClassName
{
color: #F40E6C;
}
.AnyTagClassName
{
color: #F40E6C;
}
</style>
background-color css
<style>
a { background-color: #F40E6C; }
a { background-color: rgb(244,14,108); }
div.DivClassName
{
background-color: #F40E6C;
}
.BgClassName
{
background-color: #F40E6C;
}
</style>
border-color css
<style>
span { border-color: #F40E6C; }
span { border-color: rgb(244,14,108); }
td.TdClassName
{
border-color: #F40E6C;
}
.TagClassName
{
border-color: #F40E6C;
}
</style>