Shades of Razzmatazz #FC0A63
Tints of Razzmatazz #FC0A63
RGB
CMYK
RGB Variations
Color information
#FC0A63 (or 0xFC0A63) is known color: Razzmatazz. HEX triplet: FC, 0A and 63. RGB value is (252,10,99). Sum of RGB (Red+Green+Blue) = 252+10+99=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A63 is #03F59C. Grayscale: #5C5C5C. Windows color (decimal): -259485 or 6490876. OLE color: 6490876.
HSL color Cylindrical-coordinate representation of color #FC0A63: hue angle of 337.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A63 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 99 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.01 |
| HSL | 337.93º | 0.98% | 0.51% | - |
| HSV(B) | 337.93º | 0.96% | 0.99% | - |
| XYZ | 42.51 | 21.81 | 13.77 | - |
| YUV | 92.5 | 131.67 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 99 | 0 | 0.96 | 0.61 | 0.01 | 337.93 | 0.98 | 0.51 |
| Hex | FC | A | 63 | 0 | 60 | 3D | 1 | 152 | 62 | 33 |
| Octal | 374 | 12 | 143 | 0 | 140 | 75 | 1 | 522 | 142 | 63 |
| Binary | 11111100 | 1010 | 1100011 | 0 | 1100000 | 111101 | 1 | 101010010 | 1100010 | 110011 |
Color Harmonies of #FC0A63
Complementary color
Monochromatic Colors of #FC0A63
Black with #FC0A63
Text Example
Text Example
White with #FC0A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A63; }
p { color: rgb(252,10,99); }
H1.HeaderClassName
{
color: #FC0A63;
}
.AnyTagClassName
{
color: #FC0A63;
}
</style>
background-color css
<style>
a { background-color: #FC0A63; }
a { background-color: rgb(252,10,99); }
div.DivClassName
{
background-color: #FC0A63;
}
.BgClassName
{
background-color: #FC0A63;
}
</style>
border-color css
<style>
span { border-color: #FC0A63; }
span { border-color: rgb(252,10,99); }
td.TdClassName
{
border-color: #FC0A63;
}
.TagClassName
{
border-color: #FC0A63;
}
</style>