Shades of Razzmatazz #FC0E54
Tints of Razzmatazz #FC0E54
RGB
CMYK
RGB Variations
Color information
#FC0E54 (or 0xFC0E54) is known color: Razzmatazz. HEX triplet: FC, 0E and 54. RGB value is (252,14,84). Sum of RGB (Red+Green+Blue) = 252+14+84=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0E54 is #03F1AB. Grayscale: #5D5D5D. Windows color (decimal): -258476 or 5508860. OLE color: 5508860.
HSL color Cylindrical-coordinate representation of color #FC0E54: hue angle of 342.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E54 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.01 |
| HSL | 342.35º | 0.98% | 0.52% | - |
| HSV(B) | 342.35º | 0.94% | 0.99% | - |
| XYZ | 41.9 | 21.65 | 10.36 | - |
| YUV | 93.14 | 122.85 | 241.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 84 | 0 | 0.94 | 0.67 | 0.01 | 342.35 | 0.98 | 0.52 |
| Hex | FC | E | 54 | 0 | 5E | 43 | 1 | 156 | 62 | 34 |
| Octal | 374 | 16 | 124 | 0 | 136 | 103 | 1 | 526 | 142 | 64 |
| Binary | 11111100 | 1110 | 1010100 | 0 | 1011110 | 1000011 | 1 | 101010110 | 1100010 | 110100 |
Color Harmonies of #FC0E54
Complementary color
Monochromatic Colors of #FC0E54
Black with #FC0E54
Text Example
Text Example
White with #FC0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E54; }
p { color: rgb(252,14,84); }
H1.HeaderClassName
{
color: #FC0E54;
}
.AnyTagClassName
{
color: #FC0E54;
}
</style>
background-color css
<style>
a { background-color: #FC0E54; }
a { background-color: rgb(252,14,84); }
div.DivClassName
{
background-color: #FC0E54;
}
.BgClassName
{
background-color: #FC0E54;
}
</style>
border-color css
<style>
span { border-color: #FC0E54; }
span { border-color: rgb(252,14,84); }
td.TdClassName
{
border-color: #FC0E54;
}
.TagClassName
{
border-color: #FC0E54;
}
</style>