Shades of Razzmatazz #FC0460
Tints of Razzmatazz #FC0460
RGB
CMYK
RGB Variations
Color information
#FC0460 (or 0xFC0460) is known color: Razzmatazz. HEX triplet: FC, 04 and 60. RGB value is (252,4,96). Sum of RGB (Red+Green+Blue) = 252+4+96=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0460 is #03FB9F. Grayscale: #585858. Windows color (decimal): -261024 or 6292732. OLE color: 6292732.
HSL color Cylindrical-coordinate representation of color #FC0460: hue angle of 337.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0460 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.01 |
| HSL | 337.74º | 0.98% | 0.5% | - |
| HSV(B) | 337.74º | 0.98% | 0.99% | - |
| XYZ | 42.3 | 21.63 | 13.01 | - |
| YUV | 88.64 | 132.16 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 96 | 0 | 0.98 | 0.62 | 0.01 | 337.74 | 0.98 | 0.5 |
| Hex | FC | 4 | 60 | 0 | 62 | 3E | 1 | 152 | 62 | 32 |
| Octal | 374 | 4 | 140 | 0 | 142 | 76 | 1 | 522 | 142 | 62 |
| Binary | 11111100 | 100 | 1100000 | 0 | 1100010 | 111110 | 1 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FC0460
Complementary color
Monochromatic Colors of #FC0460
Black with #FC0460
Text Example
Text Example
White with #FC0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0460; }
p { color: rgb(252,4,96); }
H1.HeaderClassName
{
color: #FC0460;
}
.AnyTagClassName
{
color: #FC0460;
}
</style>
background-color css
<style>
a { background-color: #FC0460; }
a { background-color: rgb(252,4,96); }
div.DivClassName
{
background-color: #FC0460;
}
.BgClassName
{
background-color: #FC0460;
}
</style>
border-color css
<style>
span { border-color: #FC0460; }
span { border-color: rgb(252,4,96); }
td.TdClassName
{
border-color: #FC0460;
}
.TagClassName
{
border-color: #FC0460;
}
</style>