Shades of Razzmatazz #F60C5A
Tints of Razzmatazz #F60C5A
RGB
CMYK
RGB Variations
Color information
#F60C5A (or 0xF60C5A) is known color: Razzmatazz. HEX triplet: F6, 0C and 5A. RGB value is (246,12,90). Sum of RGB (Red+Green+Blue) = 246+12+90=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C5A is #09F3A5. Grayscale: #5A5A5A. Windows color (decimal): -652198 or 5901558. OLE color: 5901558.
HSL color Cylindrical-coordinate representation of color #F60C5A: hue angle of 340º 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 #F60C5A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 90 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.04 |
| HSL | 340º | 0.93% | 0.51% | - |
| HSV(B) | 340º | 0.95% | 0.96% | - |
| XYZ | 39.98 | 20.59 | 11.54 | - |
| YUV | 90.86 | 127.52 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 90 | 0 | 0.95 | 0.63 | 0.04 | 340 | 0.93 | 0.51 |
| Hex | F6 | C | 5A | 0 | 5F | 3F | 4 | 154 | 5D | 33 |
| Octal | 366 | 14 | 132 | 0 | 137 | 77 | 4 | 524 | 135 | 63 |
| Binary | 11110110 | 1100 | 1011010 | 0 | 1011111 | 111111 | 100 | 101010100 | 1011101 | 110011 |
Color Harmonies of #F60C5A
Complementary color
Monochromatic Colors of #F60C5A
Black with #F60C5A
Text Example
Text Example
White with #F60C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C5A; }
p { color: rgb(246,12,90); }
H1.HeaderClassName
{
color: #F60C5A;
}
.AnyTagClassName
{
color: #F60C5A;
}
</style>
background-color css
<style>
a { background-color: #F60C5A; }
a { background-color: rgb(246,12,90); }
div.DivClassName
{
background-color: #F60C5A;
}
.BgClassName
{
background-color: #F60C5A;
}
</style>
border-color css
<style>
span { border-color: #F60C5A; }
span { border-color: rgb(246,12,90); }
td.TdClassName
{
border-color: #F60C5A;
}
.TagClassName
{
border-color: #F60C5A;
}
</style>