Shades of Razzmatazz #F61059
Tints of Razzmatazz #F61059
RGB
CMYK
RGB Variations
Color information
#F61059 (or 0xF61059) is known color: Razzmatazz. HEX triplet: F6, 10 and 59. RGB value is (246,16,89). Sum of RGB (Red+Green+Blue) = 246+16+89=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F61059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61059 is #09EFA6. Grayscale: #5D5D5D. Windows color (decimal): -651175 or 5837046. OLE color: 5837046.
HSL color Cylindrical-coordinate representation of color #F61059: hue angle of 340.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61059 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.04 |
| HSL | 340.96º | 0.93% | 0.51% | - |
| HSV(B) | 340.96º | 0.93% | 0.96% | - |
| XYZ | 39.99 | 20.68 | 11.34 | - |
| YUV | 93.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 89 | 0 | 0.93 | 0.64 | 0.04 | 340.96 | 0.93 | 0.51 |
| Hex | F6 | 10 | 59 | 0 | 5D | 40 | 4 | 155 | 5D | 33 |
| Octal | 366 | 20 | 131 | 0 | 135 | 100 | 4 | 525 | 135 | 63 |
| Binary | 11110110 | 10000 | 1011001 | 0 | 1011101 | 1000000 | 100 | 101010101 | 1011101 | 110011 |
Color Harmonies of #F61059
Complementary color
Monochromatic Colors of #F61059
Black with #F61059
Text Example
Text Example
White with #F61059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61059; }
p { color: rgb(246,16,89); }
H1.HeaderClassName
{
color: #F61059;
}
.AnyTagClassName
{
color: #F61059;
}
</style>
background-color css
<style>
a { background-color: #F61059; }
a { background-color: rgb(246,16,89); }
div.DivClassName
{
background-color: #F61059;
}
.BgClassName
{
background-color: #F61059;
}
</style>
border-color css
<style>
span { border-color: #F61059; }
span { border-color: rgb(246,16,89); }
td.TdClassName
{
border-color: #F61059;
}
.TagClassName
{
border-color: #F61059;
}
</style>