Shades of Razzmatazz #F40E5C
Tints of Razzmatazz #F40E5C
RGB
CMYK
RGB Variations
Color information
#F40E5C (or 0xF40E5C) is known color: Razzmatazz. HEX triplet: F4, 0E and 5C. RGB value is (244,14,92). Sum of RGB (Red+Green+Blue) = 244+14+92=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E5C is #0BF1A3. Grayscale: #5B5B5B. Windows color (decimal): -782756 or 6033140. OLE color: 6033140.
HSL color Cylindrical-coordinate representation of color #F40E5C: hue angle of 339.65º 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 #F40E5C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.04 |
| HSL | 339.65º | 0.91% | 0.51% | - |
| HSV(B) | 339.65º | 0.94% | 0.96% | - |
| XYZ | 39.4 | 20.32 | 11.97 | - |
| YUV | 91.66 | 128.2 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 92 | 0 | 0.94 | 0.62 | 0.04 | 339.65 | 0.91 | 0.51 |
| Hex | F4 | E | 5C | 0 | 5E | 3E | 4 | 154 | 5B | 33 |
| Octal | 364 | 16 | 134 | 0 | 136 | 76 | 4 | 524 | 133 | 63 |
| Binary | 11110100 | 1110 | 1011100 | 0 | 1011110 | 111110 | 100 | 101010100 | 1011011 | 110011 |
Color Harmonies of #F40E5C
Complementary color
Monochromatic Colors of #F40E5C
Black with #F40E5C
Text Example
Text Example
White with #F40E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E5C; }
p { color: rgb(244,14,92); }
H1.HeaderClassName
{
color: #F40E5C;
}
.AnyTagClassName
{
color: #F40E5C;
}
</style>
background-color css
<style>
a { background-color: #F40E5C; }
a { background-color: rgb(244,14,92); }
div.DivClassName
{
background-color: #F40E5C;
}
.BgClassName
{
background-color: #F40E5C;
}
</style>
border-color css
<style>
span { border-color: #F40E5C; }
span { border-color: rgb(244,14,92); }
td.TdClassName
{
border-color: #F40E5C;
}
.TagClassName
{
border-color: #F40E5C;
}
</style>