Shades of Razzmatazz #F60064
Tints of Razzmatazz #F60064
RGB
CMYK
RGB Variations
Color information
#F60064 (or 0xF60064) is known color: Razzmatazz. HEX triplet: F6, 00 and 64. RGB value is (246,0,100). Sum of RGB (Red+Green+Blue) = 246+0+100=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F60064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60064 is #09FF9B. Grayscale: #545454. Windows color (decimal): -655260 or 6553846. OLE color: 6553846.
HSL color Cylindrical-coordinate representation of color #F60064: hue angle of 335.61º 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 #F60064 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.59 | 0.04 |
| HSL | 335.61º | 1% | 0.48% | - |
| HSV(B) | 335.61º | 1% | 0.96% | - |
| XYZ | 40.31 | 20.51 | 13.89 | - |
| YUV | 84.95 | 136.5 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 100 | 0 | 1 | 0.59 | 0.04 | 335.61 | 1 | 0.48 |
| Hex | F6 | 0 | 64 | 0 | 64 | 3B | 4 | 150 | 64 | 30 |
| Octal | 366 | 0 | 144 | 0 | 144 | 73 | 4 | 520 | 144 | 60 |
| Binary | 11110110 | 0 | 1100100 | 0 | 1100100 | 111011 | 100 | 101010000 | 1100100 | 110000 |
Color Harmonies of #F60064
Complementary color
Monochromatic Colors of #F60064
Black with #F60064
Text Example
Text Example
White with #F60064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60064; }
p { color: rgb(246,0,100); }
H1.HeaderClassName
{
color: #F60064;
}
.AnyTagClassName
{
color: #F60064;
}
</style>
background-color css
<style>
a { background-color: #F60064; }
a { background-color: rgb(246,0,100); }
div.DivClassName
{
background-color: #F60064;
}
.BgClassName
{
background-color: #F60064;
}
</style>
border-color css
<style>
span { border-color: #F60064; }
span { border-color: rgb(246,0,100); }
td.TdClassName
{
border-color: #F60064;
}
.TagClassName
{
border-color: #F60064;
}
</style>