Shades of Razzmatazz #FC0773
Tints of Razzmatazz #FC0773
RGB
CMYK
RGB Variations
Color information
#FC0773 (or 0xFC0773) is known color: Razzmatazz. HEX triplet: FC, 07 and 73. RGB value is (252,7,115). Sum of RGB (Red+Green+Blue) = 252+7+115=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0773 is #03F88C. Grayscale: #5C5C5C. Windows color (decimal): -260237 or 7538684. OLE color: 7538684.
HSL color Cylindrical-coordinate representation of color #FC0773: hue angle of 333.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0773 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.01 |
| HSL | 333.55º | 0.98% | 0.51% | - |
| HSV(B) | 333.55º | 0.97% | 0.99% | - |
| XYZ | 43.32 | 22.09 | 18.2 | - |
| YUV | 92.57 | 140.67 | 241.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 115 | 0 | 0.97 | 0.54 | 0.01 | 333.55 | 0.98 | 0.51 |
| Hex | FC | 7 | 73 | 0 | 61 | 36 | 1 | 14E | 62 | 33 |
| Octal | 374 | 7 | 163 | 0 | 141 | 66 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 111 | 1110011 | 0 | 1100001 | 110110 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0773
Complementary color
Monochromatic Colors of #FC0773
Black with #FC0773
Text Example
Text Example
White with #FC0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0773; }
p { color: rgb(252,7,115); }
H1.HeaderClassName
{
color: #FC0773;
}
.AnyTagClassName
{
color: #FC0773;
}
</style>
background-color css
<style>
a { background-color: #FC0773; }
a { background-color: rgb(252,7,115); }
div.DivClassName
{
background-color: #FC0773;
}
.BgClassName
{
background-color: #FC0773;
}
</style>
border-color css
<style>
span { border-color: #FC0773; }
span { border-color: rgb(252,7,115); }
td.TdClassName
{
border-color: #FC0773;
}
.TagClassName
{
border-color: #FC0773;
}
</style>