Shades of Razzmatazz #F40E60
Tints of Razzmatazz #F40E60
RGB
CMYK
RGB Variations
Color information
#F40E60 (or 0xF40E60) is known color: Razzmatazz. HEX triplet: F4, 0E and 60. RGB value is (244,14,96). Sum of RGB (Red+Green+Blue) = 244+14+96=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E60 is #0BF19F. Grayscale: #5C5C5C. Windows color (decimal): -782752 or 6295284. OLE color: 6295284.
HSL color Cylindrical-coordinate representation of color #F40E60: hue angle of 338.61º 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 #F40E60 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 96 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.04 |
| HSL | 338.61º | 0.91% | 0.51% | - |
| HSV(B) | 338.61º | 0.94% | 0.96% | - |
| XYZ | 39.58 | 20.39 | 12.92 | - |
| YUV | 92.12 | 130.2 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 96 | 0 | 0.94 | 0.61 | 0.04 | 338.61 | 0.91 | 0.51 |
| Hex | F4 | E | 60 | 0 | 5E | 3D | 4 | 153 | 5B | 33 |
| Octal | 364 | 16 | 140 | 0 | 136 | 75 | 4 | 523 | 133 | 63 |
| Binary | 11110100 | 1110 | 1100000 | 0 | 1011110 | 111101 | 100 | 101010011 | 1011011 | 110011 |
Color Harmonies of #F40E60
Complementary color
Monochromatic Colors of #F40E60
Black with #F40E60
Text Example
Text Example
White with #F40E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E60; }
p { color: rgb(244,14,96); }
H1.HeaderClassName
{
color: #F40E60;
}
.AnyTagClassName
{
color: #F40E60;
}
</style>
background-color css
<style>
a { background-color: #F40E60; }
a { background-color: rgb(244,14,96); }
div.DivClassName
{
background-color: #F40E60;
}
.BgClassName
{
background-color: #F40E60;
}
</style>
border-color css
<style>
span { border-color: #F40E60; }
span { border-color: rgb(244,14,96); }
td.TdClassName
{
border-color: #F40E60;
}
.TagClassName
{
border-color: #F40E60;
}
</style>