Shades of Razzmatazz #F60576
Tints of Razzmatazz #F60576
RGB
CMYK
RGB Variations
Color information
#F60576 (or 0xF60576) is known color: Razzmatazz. HEX triplet: F6, 05 and 76. RGB value is (246,5,118). Sum of RGB (Red+Green+Blue) = 246+5+118=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F60576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60576 is #09FA89. Grayscale: #595959. Windows color (decimal): -653962 or 7734774. OLE color: 7734774.
HSL color Cylindrical-coordinate representation of color #F60576: hue angle of 331.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60576 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.04 |
| HSL | 331.87º | 0.96% | 0.49% | - |
| HSV(B) | 331.87º | 0.98% | 0.96% | - |
| XYZ | 41.33 | 21.01 | 19.02 | - |
| YUV | 89.94 | 143.84 | 239.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 118 | 0 | 0.98 | 0.52 | 0.04 | 331.87 | 0.96 | 0.49 |
| Hex | F6 | 5 | 76 | 0 | 62 | 34 | 4 | 14C | 60 | 31 |
| Octal | 366 | 5 | 166 | 0 | 142 | 64 | 4 | 514 | 140 | 61 |
| Binary | 11110110 | 101 | 1110110 | 0 | 1100010 | 110100 | 100 | 101001100 | 1100000 | 110001 |
Color Harmonies of #F60576
Complementary color
Monochromatic Colors of #F60576
Black with #F60576
Text Example
Text Example
White with #F60576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60576; }
p { color: rgb(246,5,118); }
H1.HeaderClassName
{
color: #F60576;
}
.AnyTagClassName
{
color: #F60576;
}
</style>
background-color css
<style>
a { background-color: #F60576; }
a { background-color: rgb(246,5,118); }
div.DivClassName
{
background-color: #F60576;
}
.BgClassName
{
background-color: #F60576;
}
</style>
border-color css
<style>
span { border-color: #F60576; }
span { border-color: rgb(246,5,118); }
td.TdClassName
{
border-color: #F60576;
}
.TagClassName
{
border-color: #F60576;
}
</style>