Shades of Razzmatazz #F60059
Tints of Razzmatazz #F60059
RGB
CMYK
RGB Variations
Color information
#F60059 (or 0xF60059) is known color: Razzmatazz. HEX triplet: F6, 00 and 59. RGB value is (246,0,89). Sum of RGB (Red+Green+Blue) = 246+0+89=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F60059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60059 is #09FFA6. Grayscale: #535353. Windows color (decimal): -655271 or 5832950. OLE color: 5832950.
HSL color Cylindrical-coordinate representation of color #F60059: hue angle of 338.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60059 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.64 | 0.04 |
| HSL | 338.29º | 1% | 0.48% | - |
| HSV(B) | 338.29º | 1% | 0.96% | - |
| XYZ | 39.81 | 20.31 | 11.27 | - |
| YUV | 83.7 | 131 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 89 | 0 | 1 | 0.64 | 0.04 | 338.29 | 1 | 0.48 |
| Hex | F6 | 0 | 59 | 0 | 64 | 40 | 4 | 152 | 64 | 30 |
| Octal | 366 | 0 | 131 | 0 | 144 | 100 | 4 | 522 | 144 | 60 |
| Binary | 11110110 | 0 | 1011001 | 0 | 1100100 | 1000000 | 100 | 101010010 | 1100100 | 110000 |
Color Harmonies of #F60059
Complementary color
Monochromatic Colors of #F60059
Black with #F60059
Text Example
Text Example
White with #F60059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60059; }
p { color: rgb(246,0,89); }
H1.HeaderClassName
{
color: #F60059;
}
.AnyTagClassName
{
color: #F60059;
}
</style>
background-color css
<style>
a { background-color: #F60059; }
a { background-color: rgb(246,0,89); }
div.DivClassName
{
background-color: #F60059;
}
.BgClassName
{
background-color: #F60059;
}
</style>
border-color css
<style>
span { border-color: #F60059; }
span { border-color: rgb(246,0,89); }
td.TdClassName
{
border-color: #F60059;
}
.TagClassName
{
border-color: #F60059;
}
</style>