Shades of Razzmatazz #F60C60
Tints of Razzmatazz #F60C60
RGB
CMYK
RGB Variations
Color information
#F60C60 (or 0xF60C60) is known color: Razzmatazz. HEX triplet: F6, 0C and 60. RGB value is (246,12,96). Sum of RGB (Red+Green+Blue) = 246+12+96=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C60 is #09F39F. Grayscale: #5B5B5B. Windows color (decimal): -652192 or 6294774. OLE color: 6294774.
HSL color Cylindrical-coordinate representation of color #F60C60: hue angle of 338.46º 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 #F60C60 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 96 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.04 |
| HSL | 338.46º | 0.93% | 0.51% | - |
| HSV(B) | 338.46º | 0.95% | 0.96% | - |
| XYZ | 40.25 | 20.7 | 12.94 | - |
| YUV | 91.54 | 130.52 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 96 | 0 | 0.95 | 0.61 | 0.04 | 338.46 | 0.93 | 0.51 |
| Hex | F6 | C | 60 | 0 | 5F | 3D | 4 | 152 | 5D | 33 |
| Octal | 366 | 14 | 140 | 0 | 137 | 75 | 4 | 522 | 135 | 63 |
| Binary | 11110110 | 1100 | 1100000 | 0 | 1011111 | 111101 | 100 | 101010010 | 1011101 | 110011 |
Color Harmonies of #F60C60
Complementary color
Monochromatic Colors of #F60C60
Black with #F60C60
Text Example
Text Example
White with #F60C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C60; }
p { color: rgb(246,12,96); }
H1.HeaderClassName
{
color: #F60C60;
}
.AnyTagClassName
{
color: #F60C60;
}
</style>
background-color css
<style>
a { background-color: #F60C60; }
a { background-color: rgb(246,12,96); }
div.DivClassName
{
background-color: #F60C60;
}
.BgClassName
{
background-color: #F60C60;
}
</style>
border-color css
<style>
span { border-color: #F60C60; }
span { border-color: rgb(246,12,96); }
td.TdClassName
{
border-color: #F60C60;
}
.TagClassName
{
border-color: #F60C60;
}
</style>