Shades of Razzmatazz #F60068
Tints of Razzmatazz #F60068
RGB
CMYK
RGB Variations
Color information
#F60068 (or 0xF60068) is known color: Razzmatazz. HEX triplet: F6, 00 and 68. RGB value is (246,0,104). Sum of RGB (Red+Green+Blue) = 246+0+104=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F60068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60068 is #09FF97. Grayscale: #555555. Windows color (decimal): -655256 or 6815990. OLE color: 6815990.
HSL color Cylindrical-coordinate representation of color #F60068: hue angle of 334.63º 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 #F60068 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.58 | 0.04 |
| HSL | 334.63º | 1% | 0.48% | - |
| HSV(B) | 334.63º | 1% | 0.96% | - |
| XYZ | 40.5 | 20.59 | 14.94 | - |
| YUV | 85.41 | 138.5 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 104 | 0 | 1 | 0.58 | 0.04 | 334.63 | 1 | 0.48 |
| Hex | F6 | 0 | 68 | 0 | 64 | 3A | 4 | 14F | 64 | 30 |
| Octal | 366 | 0 | 150 | 0 | 144 | 72 | 4 | 517 | 144 | 60 |
| Binary | 11110110 | 0 | 1101000 | 0 | 1100100 | 111010 | 100 | 101001111 | 1100100 | 110000 |
Color Harmonies of #F60068
Complementary color
Monochromatic Colors of #F60068
Black with #F60068
Text Example
Text Example
White with #F60068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60068; }
p { color: rgb(246,0,104); }
H1.HeaderClassName
{
color: #F60068;
}
.AnyTagClassName
{
color: #F60068;
}
</style>
background-color css
<style>
a { background-color: #F60068; }
a { background-color: rgb(246,0,104); }
div.DivClassName
{
background-color: #F60068;
}
.BgClassName
{
background-color: #F60068;
}
</style>
border-color css
<style>
span { border-color: #F60068; }
span { border-color: rgb(246,0,104); }
td.TdClassName
{
border-color: #F60068;
}
.TagClassName
{
border-color: #F60068;
}
</style>