Shades of Razzmatazz #F60870
Tints of Razzmatazz #F60870
RGB
CMYK
RGB Variations
Color information
#F60870 (or 0xF60870) is known color: Razzmatazz. HEX triplet: F6, 08 and 70. RGB value is (246,8,112). Sum of RGB (Red+Green+Blue) = 246+8+112=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F60870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60870 is #09F78F. Grayscale: #5A5A5A. Windows color (decimal): -653200 or 7342326. OLE color: 7342326.
HSL color Cylindrical-coordinate representation of color #F60870: hue angle of 333.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60870 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.04 |
| HSL | 333.78º | 0.94% | 0.5% | - |
| HSV(B) | 333.78º | 0.97% | 0.96% | - |
| XYZ | 41.02 | 20.94 | 17.21 | - |
| YUV | 91.02 | 139.85 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 112 | 0 | 0.97 | 0.54 | 0.04 | 333.78 | 0.94 | 0.5 |
| Hex | F6 | 8 | 70 | 0 | 61 | 36 | 4 | 14E | 5E | 32 |
| Octal | 366 | 10 | 160 | 0 | 141 | 66 | 4 | 516 | 136 | 62 |
| Binary | 11110110 | 1000 | 1110000 | 0 | 1100001 | 110110 | 100 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F60870
Complementary color
Monochromatic Colors of #F60870
Black with #F60870
Text Example
Text Example
White with #F60870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60870; }
p { color: rgb(246,8,112); }
H1.HeaderClassName
{
color: #F60870;
}
.AnyTagClassName
{
color: #F60870;
}
</style>
background-color css
<style>
a { background-color: #F60870; }
a { background-color: rgb(246,8,112); }
div.DivClassName
{
background-color: #F60870;
}
.BgClassName
{
background-color: #F60870;
}
</style>
border-color css
<style>
span { border-color: #F60870; }
span { border-color: rgb(246,8,112); }
td.TdClassName
{
border-color: #F60870;
}
.TagClassName
{
border-color: #F60870;
}
</style>