Shades of Razzmatazz #F60C63
Tints of Razzmatazz #F60C63
RGB
CMYK
RGB Variations
Color information
#F60C63 (or 0xF60C63) is known color: Razzmatazz. HEX triplet: F6, 0C and 63. RGB value is (246,12,99). Sum of RGB (Red+Green+Blue) = 246+12+99=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C63 is #09F39C. Grayscale: #5B5B5B. Windows color (decimal): -652189 or 6491382. OLE color: 6491382.
HSL color Cylindrical-coordinate representation of color #F60C63: hue angle of 337.69º 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 #F60C63 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 99 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.04 |
| HSL | 337.69º | 0.93% | 0.51% | - |
| HSV(B) | 337.69º | 0.95% | 0.96% | - |
| XYZ | 40.39 | 20.76 | 13.68 | - |
| YUV | 91.88 | 132.02 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 99 | 0 | 0.95 | 0.60 | 0.04 | 337.69 | 0.93 | 0.51 |
| Hex | F6 | C | 63 | 0 | 5F | 3C | 4 | 152 | 5D | 33 |
| Octal | 366 | 14 | 143 | 0 | 137 | 74 | 4 | 522 | 135 | 63 |
| Binary | 11110110 | 1100 | 1100011 | 0 | 1011111 | 111100 | 100 | 101010010 | 1011101 | 110011 |
Color Harmonies of #F60C63
Complementary color
Monochromatic Colors of #F60C63
Black with #F60C63
Text Example
Text Example
White with #F60C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C63; }
p { color: rgb(246,12,99); }
H1.HeaderClassName
{
color: #F60C63;
}
.AnyTagClassName
{
color: #F60C63;
}
</style>
background-color css
<style>
a { background-color: #F60C63; }
a { background-color: rgb(246,12,99); }
div.DivClassName
{
background-color: #F60C63;
}
.BgClassName
{
background-color: #F60C63;
}
</style>
border-color css
<style>
span { border-color: #F60C63; }
span { border-color: rgb(246,12,99); }
td.TdClassName
{
border-color: #F60C63;
}
.TagClassName
{
border-color: #F60C63;
}
</style>