Shades of Razzmatazz #F60A73
Tints of Razzmatazz #F60A73
RGB
CMYK
RGB Variations
Color information
#F60A73 (or 0xF60A73) is known color: Razzmatazz. HEX triplet: F6, 0A and 73. RGB value is (246,10,115). Sum of RGB (Red+Green+Blue) = 246+10+115=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60A73 is #09F58C. Grayscale: #5C5C5C. Windows color (decimal): -652685 or 7539446. OLE color: 7539446.
HSL color Cylindrical-coordinate representation of color #F60A73: hue angle of 333.31º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60A73 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 115 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.04 |
| HSL | 333.31º | 0.93% | 0.5% | - |
| HSV(B) | 333.31º | 0.96% | 0.96% | - |
| XYZ | 41.21 | 21.05 | 18.11 | - |
| YUV | 92.53 | 140.69 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 115 | 0 | 0.96 | 0.53 | 0.04 | 333.31 | 0.93 | 0.5 |
| Hex | F6 | A | 73 | 0 | 60 | 35 | 4 | 14D | 5D | 32 |
| Octal | 366 | 12 | 163 | 0 | 140 | 65 | 4 | 515 | 135 | 62 |
| Binary | 11110110 | 1010 | 1110011 | 0 | 1100000 | 110101 | 100 | 101001101 | 1011101 | 110010 |
Color Harmonies of #F60A73
Complementary color
Monochromatic Colors of #F60A73
Black with #F60A73
Text Example
Text Example
White with #F60A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60A73; }
p { color: rgb(246,10,115); }
H1.HeaderClassName
{
color: #F60A73;
}
.AnyTagClassName
{
color: #F60A73;
}
</style>
background-color css
<style>
a { background-color: #F60A73; }
a { background-color: rgb(246,10,115); }
div.DivClassName
{
background-color: #F60A73;
}
.BgClassName
{
background-color: #F60A73;
}
</style>
border-color css
<style>
span { border-color: #F60A73; }
span { border-color: rgb(246,10,115); }
td.TdClassName
{
border-color: #F60A73;
}
.TagClassName
{
border-color: #F60A73;
}
</style>