Shades of Razzmatazz #F60A4D
Tints of Razzmatazz #F60A4D
RGB
CMYK
RGB Variations
Color information
#F60A4D (or 0xF60A4D) is known color: Razzmatazz. HEX triplet: F6, 0A and 4D. RGB value is (246,10,77). Sum of RGB (Red+Green+Blue) = 246+10+77=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60A4D is #09F5B2. Grayscale: #585858. Windows color (decimal): -652723 or 5049078. OLE color: 5049078.
HSL color Cylindrical-coordinate representation of color #F60A4D: hue angle of 342.97º 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 #F60A4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.04 |
| HSL | 342.97º | 0.93% | 0.5% | - |
| HSV(B) | 342.97º | 0.96% | 0.96% | - |
| XYZ | 39.45 | 20.35 | 8.87 | - |
| YUV | 88.2 | 121.69 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 77 | 0 | 0.96 | 0.69 | 0.04 | 342.97 | 0.93 | 0.5 |
| Hex | F6 | A | 4D | 0 | 60 | 45 | 4 | 157 | 5D | 32 |
| Octal | 366 | 12 | 115 | 0 | 140 | 105 | 4 | 527 | 135 | 62 |
| Binary | 11110110 | 1010 | 1001101 | 0 | 1100000 | 1000101 | 100 | 101010111 | 1011101 | 110010 |
Color Harmonies of #F60A4D
Complementary color
Monochromatic Colors of #F60A4D
Black with #F60A4D
Text Example
Text Example
White with #F60A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60A4D; }
p { color: rgb(246,10,77); }
H1.HeaderClassName
{
color: #F60A4D;
}
.AnyTagClassName
{
color: #F60A4D;
}
</style>
background-color css
<style>
a { background-color: #F60A4D; }
a { background-color: rgb(246,10,77); }
div.DivClassName
{
background-color: #F60A4D;
}
.BgClassName
{
background-color: #F60A4D;
}
</style>
border-color css
<style>
span { border-color: #F60A4D; }
span { border-color: rgb(246,10,77); }
td.TdClassName
{
border-color: #F60A4D;
}
.TagClassName
{
border-color: #F60A4D;
}
</style>