Shades of Razzmatazz #F60071
Tints of Razzmatazz #F60071
RGB
CMYK
RGB Variations
Color information
#F60071 (or 0xF60071) is known color: Razzmatazz. HEX triplet: F6, 00 and 71. RGB value is (246,0,113). Sum of RGB (Red+Green+Blue) = 246+0+113=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F60071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60071 is #09FF8E. Grayscale: #565656. Windows color (decimal): -655247 or 7405814. OLE color: 7405814.
HSL color Cylindrical-coordinate representation of color #F60071: hue angle of 332.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60071 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.54 | 0.04 |
| HSL | 332.44º | 1% | 0.48% | - |
| HSV(B) | 332.44º | 1% | 0.96% | - |
| XYZ | 40.99 | 20.79 | 17.47 | - |
| YUV | 86.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 113 | 0 | 1 | 0.54 | 0.04 | 332.44 | 1 | 0.48 |
| Hex | F6 | 0 | 71 | 0 | 64 | 36 | 4 | 14C | 64 | 30 |
| Octal | 366 | 0 | 161 | 0 | 144 | 66 | 4 | 514 | 144 | 60 |
| Binary | 11110110 | 0 | 1110001 | 0 | 1100100 | 110110 | 100 | 101001100 | 1100100 | 110000 |
Color Harmonies of #F60071
Complementary color
Monochromatic Colors of #F60071
Black with #F60071
Text Example
Text Example
White with #F60071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60071; }
p { color: rgb(246,0,113); }
H1.HeaderClassName
{
color: #F60071;
}
.AnyTagClassName
{
color: #F60071;
}
</style>
background-color css
<style>
a { background-color: #F60071; }
a { background-color: rgb(246,0,113); }
div.DivClassName
{
background-color: #F60071;
}
.BgClassName
{
background-color: #F60071;
}
</style>
border-color css
<style>
span { border-color: #F60071; }
span { border-color: rgb(246,0,113); }
td.TdClassName
{
border-color: #F60071;
}
.TagClassName
{
border-color: #F60071;
}
</style>