Shades of Razzmatazz #F60863
Tints of Razzmatazz #F60863
RGB
CMYK
RGB Variations
Color information
#F60863 (or 0xF60863) is known color: Razzmatazz. HEX triplet: F6, 08 and 63. RGB value is (246,8,99). Sum of RGB (Red+Green+Blue) = 246+8+99=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F60863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60863 is #09F79C. Grayscale: #595959. Windows color (decimal): -653213 or 6490358. OLE color: 6490358.
HSL color Cylindrical-coordinate representation of color #F60863: hue angle of 337.06º 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 #F60863 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.04 |
| HSL | 337.06º | 0.94% | 0.5% | - |
| HSV(B) | 337.06º | 0.97% | 0.96% | - |
| XYZ | 40.35 | 20.67 | 13.67 | - |
| YUV | 89.54 | 133.35 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 99 | 0 | 0.97 | 0.60 | 0.04 | 337.06 | 0.94 | 0.5 |
| Hex | F6 | 8 | 63 | 0 | 61 | 3C | 4 | 151 | 5E | 32 |
| Octal | 366 | 10 | 143 | 0 | 141 | 74 | 4 | 521 | 136 | 62 |
| Binary | 11110110 | 1000 | 1100011 | 0 | 1100001 | 111100 | 100 | 101010001 | 1011110 | 110010 |
Color Harmonies of #F60863
Complementary color
Monochromatic Colors of #F60863
Black with #F60863
Text Example
Text Example
White with #F60863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60863; }
p { color: rgb(246,8,99); }
H1.HeaderClassName
{
color: #F60863;
}
.AnyTagClassName
{
color: #F60863;
}
</style>
background-color css
<style>
a { background-color: #F60863; }
a { background-color: rgb(246,8,99); }
div.DivClassName
{
background-color: #F60863;
}
.BgClassName
{
background-color: #F60863;
}
</style>
border-color css
<style>
span { border-color: #F60863; }
span { border-color: rgb(246,8,99); }
td.TdClassName
{
border-color: #F60863;
}
.TagClassName
{
border-color: #F60863;
}
</style>