Shades of Razzmatazz #FC0A54
Tints of Razzmatazz #FC0A54
RGB
CMYK
RGB Variations
Color information
#FC0A54 (or 0xFC0A54) is known color: Razzmatazz. HEX triplet: FC, 0A and 54. RGB value is (252,10,84). Sum of RGB (Red+Green+Blue) = 252+10+84=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A54 is #03F5AB. Grayscale: #5A5A5A. Windows color (decimal): -259500 or 5507836. OLE color: 5507836.
HSL color Cylindrical-coordinate representation of color #FC0A54: hue angle of 341.65º 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 #FC0A54 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 84 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.01 |
| HSL | 341.65º | 0.98% | 0.51% | - |
| HSV(B) | 341.65º | 0.96% | 0.99% | - |
| XYZ | 41.85 | 21.55 | 10.34 | - |
| YUV | 90.79 | 124.17 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 84 | 0 | 0.96 | 0.67 | 0.01 | 341.65 | 0.98 | 0.51 |
| Hex | FC | A | 54 | 0 | 60 | 43 | 1 | 156 | 62 | 33 |
| Octal | 374 | 12 | 124 | 0 | 140 | 103 | 1 | 526 | 142 | 63 |
| Binary | 11111100 | 1010 | 1010100 | 0 | 1100000 | 1000011 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FC0A54
Complementary color
Monochromatic Colors of #FC0A54
Black with #FC0A54
Text Example
Text Example
White with #FC0A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A54; }
p { color: rgb(252,10,84); }
H1.HeaderClassName
{
color: #FC0A54;
}
.AnyTagClassName
{
color: #FC0A54;
}
</style>
background-color css
<style>
a { background-color: #FC0A54; }
a { background-color: rgb(252,10,84); }
div.DivClassName
{
background-color: #FC0A54;
}
.BgClassName
{
background-color: #FC0A54;
}
</style>
border-color css
<style>
span { border-color: #FC0A54; }
span { border-color: rgb(252,10,84); }
td.TdClassName
{
border-color: #FC0A54;
}
.TagClassName
{
border-color: #FC0A54;
}
</style>