Shades of Razzmatazz #F40E6B
Tints of Razzmatazz #F40E6B
RGB
CMYK
RGB Variations
Color information
#F40E6B (or 0xF40E6B) is known color: Razzmatazz. HEX triplet: F4, 0E and 6B. RGB value is (244,14,107). Sum of RGB (Red+Green+Blue) = 244+14+107=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E6B is #0BF194. Grayscale: #5D5D5D. Windows color (decimal): -782741 or 7016180. OLE color: 7016180.
HSL color Cylindrical-coordinate representation of color #F40E6B: hue angle of 335.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 #F40E6B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 107 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.04 |
| HSL | 335.74º | 0.91% | 0.51% | - |
| HSV(B) | 335.74º | 0.94% | 0.96% | - |
| XYZ | 40.12 | 20.61 | 15.77 | - |
| YUV | 93.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 107 | 0 | 0.94 | 0.56 | 0.04 | 335.74 | 0.91 | 0.51 |
| Hex | F4 | E | 6B | 0 | 5E | 38 | 4 | 150 | 5B | 33 |
| Octal | 364 | 16 | 153 | 0 | 136 | 70 | 4 | 520 | 133 | 63 |
| Binary | 11110100 | 1110 | 1101011 | 0 | 1011110 | 111000 | 100 | 101010000 | 1011011 | 110011 |
Color Harmonies of #F40E6B
Complementary color
Monochromatic Colors of #F40E6B
Black with #F40E6B
Text Example
Text Example
White with #F40E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E6B; }
p { color: rgb(244,14,107); }
H1.HeaderClassName
{
color: #F40E6B;
}
.AnyTagClassName
{
color: #F40E6B;
}
</style>
background-color css
<style>
a { background-color: #F40E6B; }
a { background-color: rgb(244,14,107); }
div.DivClassName
{
background-color: #F40E6B;
}
.BgClassName
{
background-color: #F40E6B;
}
</style>
border-color css
<style>
span { border-color: #F40E6B; }
span { border-color: rgb(244,14,107); }
td.TdClassName
{
border-color: #F40E6B;
}
.TagClassName
{
border-color: #F40E6B;
}
</style>