Shades of Razzmatazz #FC0A73
Tints of Razzmatazz #FC0A73
RGB
CMYK
RGB Variations
Color information
#FC0A73 (or 0xFC0A73) is known color: Razzmatazz. HEX triplet: FC, 0A and 73. RGB value is (252,10,115). Sum of RGB (Red+Green+Blue) = 252+10+115=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A73 is #03F58C. Grayscale: #5E5E5E. Windows color (decimal): -259469 or 7539452. OLE color: 7539452.
HSL color Cylindrical-coordinate representation of color #FC0A73: hue angle of 333.97º 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 #FC0A73 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 115 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.01 |
| HSL | 333.97º | 0.98% | 0.51% | - |
| HSV(B) | 333.97º | 0.96% | 0.99% | - |
| XYZ | 43.35 | 22.15 | 18.21 | - |
| YUV | 94.33 | 139.67 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 115 | 0 | 0.96 | 0.54 | 0.01 | 333.97 | 0.98 | 0.51 |
| Hex | FC | A | 73 | 0 | 60 | 36 | 1 | 14E | 62 | 33 |
| Octal | 374 | 12 | 163 | 0 | 140 | 66 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 1010 | 1110011 | 0 | 1100000 | 110110 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0A73
Complementary color
Monochromatic Colors of #FC0A73
Black with #FC0A73
Text Example
Text Example
White with #FC0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A73; }
p { color: rgb(252,10,115); }
H1.HeaderClassName
{
color: #FC0A73;
}
.AnyTagClassName
{
color: #FC0A73;
}
</style>
background-color css
<style>
a { background-color: #FC0A73; }
a { background-color: rgb(252,10,115); }
div.DivClassName
{
background-color: #FC0A73;
}
.BgClassName
{
background-color: #FC0A73;
}
</style>
border-color css
<style>
span { border-color: #FC0A73; }
span { border-color: rgb(252,10,115); }
td.TdClassName
{
border-color: #FC0A73;
}
.TagClassName
{
border-color: #FC0A73;
}
</style>