Shades of Razzmatazz #FC0A72
Tints of Razzmatazz #FC0A72
RGB
CMYK
RGB Variations
Color information
#FC0A72 (or 0xFC0A72) is known color: Razzmatazz. HEX triplet: FC, 0A and 72. RGB value is (252,10,114). Sum of RGB (Red+Green+Blue) = 252+10+114=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A72 is #03F58D. Grayscale: #5E5E5E. Windows color (decimal): -259470 or 7473916. OLE color: 7473916.
HSL color Cylindrical-coordinate representation of color #FC0A72: hue angle of 334.21º 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 #FC0A72 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 114 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.01 |
| HSL | 334.21º | 0.98% | 0.51% | - |
| HSV(B) | 334.21º | 0.96% | 0.99% | - |
| XYZ | 43.29 | 22.13 | 17.91 | - |
| YUV | 94.21 | 139.17 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 114 | 0 | 0.96 | 0.55 | 0.01 | 334.21 | 0.98 | 0.51 |
| Hex | FC | A | 72 | 0 | 60 | 37 | 1 | 14E | 62 | 33 |
| Octal | 374 | 12 | 162 | 0 | 140 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 1010 | 1110010 | 0 | 1100000 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0A72
Complementary color
Monochromatic Colors of #FC0A72
Black with #FC0A72
Text Example
Text Example
White with #FC0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A72; }
p { color: rgb(252,10,114); }
H1.HeaderClassName
{
color: #FC0A72;
}
.AnyTagClassName
{
color: #FC0A72;
}
</style>
background-color css
<style>
a { background-color: #FC0A72; }
a { background-color: rgb(252,10,114); }
div.DivClassName
{
background-color: #FC0A72;
}
.BgClassName
{
background-color: #FC0A72;
}
</style>
border-color css
<style>
span { border-color: #FC0A72; }
span { border-color: rgb(252,10,114); }
td.TdClassName
{
border-color: #FC0A72;
}
.TagClassName
{
border-color: #FC0A72;
}
</style>