Shades of Razzmatazz #F60E56
Tints of Razzmatazz #F60E56
RGB
CMYK
RGB Variations
Color information
#F60E56 (or 0xF60E56) is known color: Razzmatazz. HEX triplet: F6, 0E and 56. RGB value is (246,14,86). Sum of RGB (Red+Green+Blue) = 246+14+86=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60E56 is #09F1A9. Grayscale: #5B5B5B. Windows color (decimal): -651690 or 5639926. OLE color: 5639926.
HSL color Cylindrical-coordinate representation of color #F60E56: hue angle of 341.38º 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 #F60E56 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 86 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.04 |
| HSL | 341.38º | 0.93% | 0.51% | - |
| HSV(B) | 341.38º | 0.94% | 0.96% | - |
| XYZ | 39.84 | 20.58 | 10.68 | - |
| YUV | 91.58 | 124.86 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 86 | 0 | 0.94 | 0.65 | 0.04 | 341.38 | 0.93 | 0.51 |
| Hex | F6 | E | 56 | 0 | 5E | 41 | 4 | 155 | 5D | 33 |
| Octal | 366 | 16 | 126 | 0 | 136 | 101 | 4 | 525 | 135 | 63 |
| Binary | 11110110 | 1110 | 1010110 | 0 | 1011110 | 1000001 | 100 | 101010101 | 1011101 | 110011 |
Color Harmonies of #F60E56
Complementary color
Monochromatic Colors of #F60E56
Black with #F60E56
Text Example
Text Example
White with #F60E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E56; }
p { color: rgb(246,14,86); }
H1.HeaderClassName
{
color: #F60E56;
}
.AnyTagClassName
{
color: #F60E56;
}
</style>
background-color css
<style>
a { background-color: #F60E56; }
a { background-color: rgb(246,14,86); }
div.DivClassName
{
background-color: #F60E56;
}
.BgClassName
{
background-color: #F60E56;
}
</style>
border-color css
<style>
span { border-color: #F60E56; }
span { border-color: rgb(246,14,86); }
td.TdClassName
{
border-color: #F60E56;
}
.TagClassName
{
border-color: #F60E56;
}
</style>