Shades of Razzmatazz #F60575
Tints of Razzmatazz #F60575
RGB
CMYK
RGB Variations
Color information
#F60575 (or 0xF60575) is known color: Razzmatazz. HEX triplet: F6, 05 and 75. RGB value is (246,5,117). Sum of RGB (Red+Green+Blue) = 246+5+117=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F60575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60575 is #09FA8A. Grayscale: #595959. Windows color (decimal): -653963 or 7669238. OLE color: 7669238.
HSL color Cylindrical-coordinate representation of color #F60575: hue angle of 332.12º 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 #F60575 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.04 |
| HSL | 332.12º | 0.96% | 0.49% | - |
| HSV(B) | 332.12º | 0.98% | 0.96% | - |
| XYZ | 41.27 | 20.99 | 18.71 | - |
| YUV | 89.83 | 143.34 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 117 | 0 | 0.98 | 0.52 | 0.04 | 332.12 | 0.96 | 0.49 |
| Hex | F6 | 5 | 75 | 0 | 62 | 34 | 4 | 14C | 60 | 31 |
| Octal | 366 | 5 | 165 | 0 | 142 | 64 | 4 | 514 | 140 | 61 |
| Binary | 11110110 | 101 | 1110101 | 0 | 1100010 | 110100 | 100 | 101001100 | 1100000 | 110001 |
Color Harmonies of #F60575
Complementary color
Monochromatic Colors of #F60575
Black with #F60575
Text Example
Text Example
White with #F60575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60575; }
p { color: rgb(246,5,117); }
H1.HeaderClassName
{
color: #F60575;
}
.AnyTagClassName
{
color: #F60575;
}
</style>
background-color css
<style>
a { background-color: #F60575; }
a { background-color: rgb(246,5,117); }
div.DivClassName
{
background-color: #F60575;
}
.BgClassName
{
background-color: #F60575;
}
</style>
border-color css
<style>
span { border-color: #F60575; }
span { border-color: rgb(246,5,117); }
td.TdClassName
{
border-color: #F60575;
}
.TagClassName
{
border-color: #F60575;
}
</style>