Shades of Razzmatazz #F60065
Tints of Razzmatazz #F60065
RGB
CMYK
RGB Variations
Color information
#F60065 (or 0xF60065) is known color: Razzmatazz. HEX triplet: F6, 00 and 65. RGB value is (246,0,101). Sum of RGB (Red+Green+Blue) = 246+0+101=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F60065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60065 is #09FF9A. Grayscale: #545454. Windows color (decimal): -655259 or 6619382. OLE color: 6619382.
HSL color Cylindrical-coordinate representation of color #F60065: hue angle of 335.37º 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 #F60065 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.59 | 0.04 |
| HSL | 335.37º | 1% | 0.48% | - |
| HSV(B) | 335.37º | 1% | 0.96% | - |
| XYZ | 40.36 | 20.53 | 14.15 | - |
| YUV | 85.07 | 137 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 101 | 0 | 1 | 0.59 | 0.04 | 335.37 | 1 | 0.48 |
| Hex | F6 | 0 | 65 | 0 | 64 | 3B | 4 | 14F | 64 | 30 |
| Octal | 366 | 0 | 145 | 0 | 144 | 73 | 4 | 517 | 144 | 60 |
| Binary | 11110110 | 0 | 1100101 | 0 | 1100100 | 111011 | 100 | 101001111 | 1100100 | 110000 |
Color Harmonies of #F60065
Complementary color
Monochromatic Colors of #F60065
Black with #F60065
Text Example
Text Example
White with #F60065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60065; }
p { color: rgb(246,0,101); }
H1.HeaderClassName
{
color: #F60065;
}
.AnyTagClassName
{
color: #F60065;
}
</style>
background-color css
<style>
a { background-color: #F60065; }
a { background-color: rgb(246,0,101); }
div.DivClassName
{
background-color: #F60065;
}
.BgClassName
{
background-color: #F60065;
}
</style>
border-color css
<style>
span { border-color: #F60065; }
span { border-color: rgb(246,0,101); }
td.TdClassName
{
border-color: #F60065;
}
.TagClassName
{
border-color: #F60065;
}
</style>