Shades of Razzmatazz #F60864
Tints of Razzmatazz #F60864
RGB
CMYK
RGB Variations
Color information
#F60864 (or 0xF60864) is known color: Razzmatazz. HEX triplet: F6, 08 and 64. RGB value is (246,8,100). Sum of RGB (Red+Green+Blue) = 246+8+100=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F60864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60864 is #09F79B. Grayscale: #595959. Windows color (decimal): -653212 or 6555894. OLE color: 6555894.
HSL color Cylindrical-coordinate representation of color #F60864: hue angle of 336.81º 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 #F60864 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 100 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.04 |
| HSL | 336.81º | 0.94% | 0.5% | - |
| HSV(B) | 336.81º | 0.97% | 0.96% | - |
| XYZ | 40.39 | 20.69 | 13.92 | - |
| YUV | 89.65 | 133.85 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 100 | 0 | 0.97 | 0.59 | 0.04 | 336.81 | 0.94 | 0.5 |
| Hex | F6 | 8 | 64 | 0 | 61 | 3B | 4 | 151 | 5E | 32 |
| Octal | 366 | 10 | 144 | 0 | 141 | 73 | 4 | 521 | 136 | 62 |
| Binary | 11110110 | 1000 | 1100100 | 0 | 1100001 | 111011 | 100 | 101010001 | 1011110 | 110010 |
Color Harmonies of #F60864
Complementary color
Monochromatic Colors of #F60864
Black with #F60864
Text Example
Text Example
White with #F60864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60864; }
p { color: rgb(246,8,100); }
H1.HeaderClassName
{
color: #F60864;
}
.AnyTagClassName
{
color: #F60864;
}
</style>
background-color css
<style>
a { background-color: #F60864; }
a { background-color: rgb(246,8,100); }
div.DivClassName
{
background-color: #F60864;
}
.BgClassName
{
background-color: #F60864;
}
</style>
border-color css
<style>
span { border-color: #F60864; }
span { border-color: rgb(246,8,100); }
td.TdClassName
{
border-color: #F60864;
}
.TagClassName
{
border-color: #F60864;
}
</style>