Shades of Razzmatazz #FC0863
Tints of Razzmatazz #FC0863
RGB
CMYK
RGB Variations
Color information
#FC0863 (or 0xFC0863) is known color: Razzmatazz. HEX triplet: FC, 08 and 63. RGB value is (252,8,99). Sum of RGB (Red+Green+Blue) = 252+8+99=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0863 is #03F79C. Grayscale: #5B5B5B. Windows color (decimal): -259997 or 6490364. OLE color: 6490364.
HSL color Cylindrical-coordinate representation of color #FC0863: hue angle of 337.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0863 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.01 |
| HSL | 337.62º | 0.98% | 0.51% | - |
| HSV(B) | 337.62º | 0.97% | 0.99% | - |
| XYZ | 42.48 | 21.77 | 13.77 | - |
| YUV | 91.33 | 132.34 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 99 | 0 | 0.97 | 0.61 | 0.01 | 337.62 | 0.98 | 0.51 |
| Hex | FC | 8 | 63 | 0 | 61 | 3D | 1 | 152 | 62 | 33 |
| Octal | 374 | 10 | 143 | 0 | 141 | 75 | 1 | 522 | 142 | 63 |
| Binary | 11111100 | 1000 | 1100011 | 0 | 1100001 | 111101 | 1 | 101010010 | 1100010 | 110011 |
Color Harmonies of #FC0863
Complementary color
Monochromatic Colors of #FC0863
Black with #FC0863
Text Example
Text Example
White with #FC0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0863; }
p { color: rgb(252,8,99); }
H1.HeaderClassName
{
color: #FC0863;
}
.AnyTagClassName
{
color: #FC0863;
}
</style>
background-color css
<style>
a { background-color: #FC0863; }
a { background-color: rgb(252,8,99); }
div.DivClassName
{
background-color: #FC0863;
}
.BgClassName
{
background-color: #FC0863;
}
</style>
border-color css
<style>
span { border-color: #FC0863; }
span { border-color: rgb(252,8,99); }
td.TdClassName
{
border-color: #FC0863;
}
.TagClassName
{
border-color: #FC0863;
}
</style>