Shades of Razzmatazz #F60C6E
Tints of Razzmatazz #F60C6E
RGB
CMYK
RGB Variations
Color information
#F60C6E (or 0xF60C6E) is known color: Razzmatazz. HEX triplet: F6, 0C and 6E. RGB value is (246,12,110). Sum of RGB (Red+Green+Blue) = 246+12+110=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C6E is #09F391. Grayscale: #5C5C5C. Windows color (decimal): -652178 or 7212278. OLE color: 7212278.
HSL color Cylindrical-coordinate representation of color #F60C6E: hue angle of 334.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C6E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 110 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.04 |
| HSL | 334.87º | 0.93% | 0.51% | - |
| HSV(B) | 334.87º | 0.95% | 0.96% | - |
| XYZ | 40.95 | 20.98 | 16.64 | - |
| YUV | 93.14 | 137.52 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 110 | 0 | 0.95 | 0.55 | 0.04 | 334.87 | 0.93 | 0.51 |
| Hex | F6 | C | 6E | 0 | 5F | 37 | 4 | 14F | 5D | 33 |
| Octal | 366 | 14 | 156 | 0 | 137 | 67 | 4 | 517 | 135 | 63 |
| Binary | 11110110 | 1100 | 1101110 | 0 | 1011111 | 110111 | 100 | 101001111 | 1011101 | 110011 |
Color Harmonies of #F60C6E
Complementary color
Monochromatic Colors of #F60C6E
Black with #F60C6E
Text Example
Text Example
White with #F60C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C6E; }
p { color: rgb(246,12,110); }
H1.HeaderClassName
{
color: #F60C6E;
}
.AnyTagClassName
{
color: #F60C6E;
}
</style>
background-color css
<style>
a { background-color: #F60C6E; }
a { background-color: rgb(246,12,110); }
div.DivClassName
{
background-color: #F60C6E;
}
.BgClassName
{
background-color: #F60C6E;
}
</style>
border-color css
<style>
span { border-color: #F60C6E; }
span { border-color: rgb(246,12,110); }
td.TdClassName
{
border-color: #F60C6E;
}
.TagClassName
{
border-color: #F60C6E;
}
</style>