Shades of Razzmatazz #F4114D
Tints of Razzmatazz #F4114D
RGB
CMYK
RGB Variations
Color information
#F4114D (or 0xF4114D) is known color: Razzmatazz. HEX triplet: F4, 11 and 4D. RGB value is (244,17,77). Sum of RGB (Red+Green+Blue) = 244+17+77=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F4114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4114D is #0BEEB2. Grayscale: #5B5B5B. Windows color (decimal): -782003 or 5050868. OLE color: 5050868.
HSL color Cylindrical-coordinate representation of color #F4114D: hue angle of 344.14º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4114D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.04 |
| HSL | 344.14º | 0.91% | 0.51% | - |
| HSV(B) | 344.14º | 0.93% | 0.96% | - |
| XYZ | 38.85 | 20.17 | 8.87 | - |
| YUV | 91.71 | 119.71 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 77 | 0 | 0.93 | 0.68 | 0.04 | 344.14 | 0.91 | 0.51 |
| Hex | F4 | 11 | 4D | 0 | 5D | 44 | 4 | 158 | 5B | 33 |
| Octal | 364 | 21 | 115 | 0 | 135 | 104 | 4 | 530 | 133 | 63 |
| Binary | 11110100 | 10001 | 1001101 | 0 | 1011101 | 1000100 | 100 | 101011000 | 1011011 | 110011 |
Color Harmonies of #F4114D
Complementary color
Monochromatic Colors of #F4114D
Black with #F4114D
Text Example
Text Example
White with #F4114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4114D; }
p { color: rgb(244,17,77); }
H1.HeaderClassName
{
color: #F4114D;
}
.AnyTagClassName
{
color: #F4114D;
}
</style>
background-color css
<style>
a { background-color: #F4114D; }
a { background-color: rgb(244,17,77); }
div.DivClassName
{
background-color: #F4114D;
}
.BgClassName
{
background-color: #F4114D;
}
</style>
border-color css
<style>
span { border-color: #F4114D; }
span { border-color: rgb(244,17,77); }
td.TdClassName
{
border-color: #F4114D;
}
.TagClassName
{
border-color: #F4114D;
}
</style>