Shades of Razzmatazz #F60E4D
Tints of Razzmatazz #F60E4D
RGB
CMYK
RGB Variations
Color information
#F60E4D (or 0xF60E4D) is known color: Razzmatazz. HEX triplet: F6, 0E and 4D. RGB value is (246,14,77). Sum of RGB (Red+Green+Blue) = 246+14+77=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60E4D is #09F1B2. Grayscale: #5A5A5A. Windows color (decimal): -651699 or 5050102. OLE color: 5050102.
HSL color Cylindrical-coordinate representation of color #F60E4D: hue angle of 343.71º degrees, saturation: 0.93, 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 #F60E4D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.04 |
| HSL | 343.71º | 0.93% | 0.51% | - |
| HSV(B) | 343.71º | 0.94% | 0.96% | - |
| XYZ | 39.5 | 20.44 | 8.88 | - |
| YUV | 90.55 | 120.36 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 77 | 0 | 0.94 | 0.69 | 0.04 | 343.71 | 0.93 | 0.51 |
| Hex | F6 | E | 4D | 0 | 5E | 45 | 4 | 158 | 5D | 33 |
| Octal | 366 | 16 | 115 | 0 | 136 | 105 | 4 | 530 | 135 | 63 |
| Binary | 11110110 | 1110 | 1001101 | 0 | 1011110 | 1000101 | 100 | 101011000 | 1011101 | 110011 |
Color Harmonies of #F60E4D
Complementary color
Monochromatic Colors of #F60E4D
Black with #F60E4D
Text Example
Text Example
White with #F60E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E4D; }
p { color: rgb(246,14,77); }
H1.HeaderClassName
{
color: #F60E4D;
}
.AnyTagClassName
{
color: #F60E4D;
}
</style>
background-color css
<style>
a { background-color: #F60E4D; }
a { background-color: rgb(246,14,77); }
div.DivClassName
{
background-color: #F60E4D;
}
.BgClassName
{
background-color: #F60E4D;
}
</style>
border-color css
<style>
span { border-color: #F60E4D; }
span { border-color: rgb(246,14,77); }
td.TdClassName
{
border-color: #F60E4D;
}
.TagClassName
{
border-color: #F60E4D;
}
</style>