Shades of Razzmatazz #FC0470
Tints of Razzmatazz #FC0470
RGB
CMYK
RGB Variations
Color information
#FC0470 (or 0xFC0470) is known color: Razzmatazz. HEX triplet: FC, 04 and 70. RGB value is (252,4,112). Sum of RGB (Red+Green+Blue) = 252+4+112=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0470 is #03FB8F. Grayscale: #5A5A5A. Windows color (decimal): -261008 or 7341308. OLE color: 7341308.
HSL color Cylindrical-coordinate representation of color #FC0470: hue angle of 333.87º 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 #FC0470 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.01 |
| HSL | 333.87º | 0.98% | 0.5% | - |
| HSV(B) | 333.87º | 0.98% | 0.99% | - |
| XYZ | 43.11 | 21.95 | 17.29 | - |
| YUV | 90.46 | 140.16 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 112 | 0 | 0.98 | 0.56 | 0.01 | 333.87 | 0.98 | 0.5 |
| Hex | FC | 4 | 70 | 0 | 62 | 38 | 1 | 14E | 62 | 32 |
| Octal | 374 | 4 | 160 | 0 | 142 | 70 | 1 | 516 | 142 | 62 |
| Binary | 11111100 | 100 | 1110000 | 0 | 1100010 | 111000 | 1 | 101001110 | 1100010 | 110010 |
Color Harmonies of #FC0470
Complementary color
Monochromatic Colors of #FC0470
Black with #FC0470
Text Example
Text Example
White with #FC0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0470; }
p { color: rgb(252,4,112); }
H1.HeaderClassName
{
color: #FC0470;
}
.AnyTagClassName
{
color: #FC0470;
}
</style>
background-color css
<style>
a { background-color: #FC0470; }
a { background-color: rgb(252,4,112); }
div.DivClassName
{
background-color: #FC0470;
}
.BgClassName
{
background-color: #FC0470;
}
</style>
border-color css
<style>
span { border-color: #FC0470; }
span { border-color: rgb(252,4,112); }
td.TdClassName
{
border-color: #FC0470;
}
.TagClassName
{
border-color: #FC0470;
}
</style>