Shades of Razzmatazz #FC0571
Tints of Razzmatazz #FC0571
RGB
CMYK
RGB Variations
Color information
#FC0571 (or 0xFC0571) is known color: Razzmatazz. HEX triplet: FC, 05 and 71. RGB value is (252,5,113). Sum of RGB (Red+Green+Blue) = 252+5+113=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0571 is #03FA8E. Grayscale: #5A5A5A. Windows color (decimal): -260751 or 7407100. OLE color: 7407100.
HSL color Cylindrical-coordinate representation of color #FC0571: hue angle of 333.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0571 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.01 |
| HSL | 333.77º | 0.98% | 0.5% | - |
| HSV(B) | 333.77º | 0.98% | 0.99% | - |
| XYZ | 43.18 | 22 | 17.59 | - |
| YUV | 91.17 | 140.33 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 113 | 0 | 0.98 | 0.55 | 0.01 | 333.77 | 0.98 | 0.5 |
| Hex | FC | 5 | 71 | 0 | 62 | 37 | 1 | 14E | 62 | 32 |
| Octal | 374 | 5 | 161 | 0 | 142 | 67 | 1 | 516 | 142 | 62 |
| Binary | 11111100 | 101 | 1110001 | 0 | 1100010 | 110111 | 1 | 101001110 | 1100010 | 110010 |
Color Harmonies of #FC0571
Complementary color
Monochromatic Colors of #FC0571
Black with #FC0571
Text Example
Text Example
White with #FC0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0571; }
p { color: rgb(252,5,113); }
H1.HeaderClassName
{
color: #FC0571;
}
.AnyTagClassName
{
color: #FC0571;
}
</style>
background-color css
<style>
a { background-color: #FC0571; }
a { background-color: rgb(252,5,113); }
div.DivClassName
{
background-color: #FC0571;
}
.BgClassName
{
background-color: #FC0571;
}
</style>
border-color css
<style>
span { border-color: #FC0571; }
span { border-color: rgb(252,5,113); }
td.TdClassName
{
border-color: #FC0571;
}
.TagClassName
{
border-color: #FC0571;
}
</style>