Shades of Razzmatazz #FC0070
Tints of Razzmatazz #FC0070
RGB
CMYK
RGB Variations
Color information
#FC0070 (or 0xFC0070) is known color: Razzmatazz. HEX triplet: FC, 00 and 70. RGB value is (252,0,112). Sum of RGB (Red+Green+Blue) = 252+0+112=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0070 is #03FF8F. Grayscale: #575757. Windows color (decimal): -262032 or 7340284. OLE color: 7340284.
HSL color Cylindrical-coordinate representation of color #FC0070: hue angle of 333.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0070 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.56 | 0.01 |
| HSL | 333.33º | 1% | 0.49% | - |
| HSV(B) | 333.33º | 1% | 0.99% | - |
| XYZ | 43.07 | 21.87 | 17.28 | - |
| YUV | 88.12 | 141.49 | 244.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 112 | 0 | 1 | 0.56 | 0.01 | 333.33 | 1 | 0.49 |
| Hex | FC | 0 | 70 | 0 | 64 | 38 | 1 | 14D | 64 | 31 |
| Octal | 374 | 0 | 160 | 0 | 144 | 70 | 1 | 515 | 144 | 61 |
| Binary | 11111100 | 0 | 1110000 | 0 | 1100100 | 111000 | 1 | 101001101 | 1100100 | 110001 |
Color Harmonies of #FC0070
Complementary color
Monochromatic Colors of #FC0070
Black with #FC0070
Text Example
Text Example
White with #FC0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0070; }
p { color: rgb(252,0,112); }
H1.HeaderClassName
{
color: #FC0070;
}
.AnyTagClassName
{
color: #FC0070;
}
</style>
background-color css
<style>
a { background-color: #FC0070; }
a { background-color: rgb(252,0,112); }
div.DivClassName
{
background-color: #FC0070;
}
.BgClassName
{
background-color: #FC0070;
}
</style>
border-color css
<style>
span { border-color: #FC0070; }
span { border-color: rgb(252,0,112); }
td.TdClassName
{
border-color: #FC0070;
}
.TagClassName
{
border-color: #FC0070;
}
</style>