Shades of Razzmatazz #FC1656
Tints of Razzmatazz #FC1656
RGB
CMYK
RGB Variations
Color information
#FC1656 (or 0xFC1656) is known color: Razzmatazz. HEX triplet: FC, 16 and 56. RGB value is (252,22,86). Sum of RGB (Red+Green+Blue) = 252+22+86=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1656 is #03E9A9. Grayscale: #626262. Windows color (decimal): -256426 or 5641980. OLE color: 5641980.
HSL color Cylindrical-coordinate representation of color #FC1656: hue angle of 343.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1656 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 86 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.01 |
| HSL | 343.3º | 0.97% | 0.54% | - |
| HSV(B) | 343.3º | 0.91% | 0.99% | - |
| XYZ | 42.11 | 21.94 | 10.82 | - |
| YUV | 98.07 | 121.2 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 86 | 0 | 0.91 | 0.66 | 0.01 | 343.3 | 0.97 | 0.54 |
| Hex | FC | 16 | 56 | 0 | 5B | 42 | 1 | 157 | 61 | 36 |
| Octal | 374 | 26 | 126 | 0 | 133 | 102 | 1 | 527 | 141 | 66 |
| Binary | 11111100 | 10110 | 1010110 | 0 | 1011011 | 1000010 | 1 | 101010111 | 1100001 | 110110 |
Color Harmonies of #FC1656
Complementary color
Monochromatic Colors of #FC1656
Black with #FC1656
Text Example
Text Example
White with #FC1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1656; }
p { color: rgb(252,22,86); }
H1.HeaderClassName
{
color: #FC1656;
}
.AnyTagClassName
{
color: #FC1656;
}
</style>
background-color css
<style>
a { background-color: #FC1656; }
a { background-color: rgb(252,22,86); }
div.DivClassName
{
background-color: #FC1656;
}
.BgClassName
{
background-color: #FC1656;
}
</style>
border-color css
<style>
span { border-color: #FC1656; }
span { border-color: rgb(252,22,86); }
td.TdClassName
{
border-color: #FC1656;
}
.TagClassName
{
border-color: #FC1656;
}
</style>