Shades of Razzmatazz #FC0160
Tints of Razzmatazz #FC0160
RGB
CMYK
RGB Variations
Color information
#FC0160 (or 0xFC0160) is known color: Razzmatazz. HEX triplet: FC, 01 and 60. RGB value is (252,1,96). Sum of RGB (Red+Green+Blue) = 252+1+96=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0160 is #03FE9F. Grayscale: #565656. Windows color (decimal): -261792 or 6291964. OLE color: 6291964.
HSL color Cylindrical-coordinate representation of color #FC0160: hue angle of 337.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0160 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.01 |
| HSL | 337.29º | 0.99% | 0.5% | - |
| HSV(B) | 337.29º | 1% | 0.99% | - |
| XYZ | 42.27 | 21.56 | 13 | - |
| YUV | 86.88 | 133.16 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 96 | 0 | 1.00 | 0.62 | 0.01 | 337.29 | 0.99 | 0.5 |
| Hex | FC | 1 | 60 | 0 | 64 | 3E | 1 | 151 | 63 | 32 |
| Octal | 374 | 1 | 140 | 0 | 144 | 76 | 1 | 521 | 143 | 62 |
| Binary | 11111100 | 1 | 1100000 | 0 | 1100100 | 111110 | 1 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FC0160
Complementary color
Monochromatic Colors of #FC0160
Black with #FC0160
Text Example
Text Example
White with #FC0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0160; }
p { color: rgb(252,1,96); }
H1.HeaderClassName
{
color: #FC0160;
}
.AnyTagClassName
{
color: #FC0160;
}
</style>
background-color css
<style>
a { background-color: #FC0160; }
a { background-color: rgb(252,1,96); }
div.DivClassName
{
background-color: #FC0160;
}
.BgClassName
{
background-color: #FC0160;
}
</style>
border-color css
<style>
span { border-color: #FC0160; }
span { border-color: rgb(252,1,96); }
td.TdClassName
{
border-color: #FC0160;
}
.TagClassName
{
border-color: #FC0160;
}
</style>