Shades of Razzmatazz #FC1456
Tints of Razzmatazz #FC1456
RGB
CMYK
RGB Variations
Color information
#FC1456 (or 0xFC1456) is known color: Razzmatazz. HEX triplet: FC, 14 and 56. RGB value is (252,20,86). Sum of RGB (Red+Green+Blue) = 252+20+86=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1456 is #03EBA9. Grayscale: #606060. Windows color (decimal): -256938 or 5641468. OLE color: 5641468.
HSL color Cylindrical-coordinate representation of color #FC1456: hue angle of 342.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1456 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 86 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.01 |
| HSL | 342.93º | 0.97% | 0.53% | - |
| HSV(B) | 342.93º | 0.92% | 0.99% | - |
| XYZ | 42.07 | 21.87 | 10.81 | - |
| YUV | 96.89 | 121.86 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 86 | 0 | 0.92 | 0.66 | 0.01 | 342.93 | 0.97 | 0.53 |
| Hex | FC | 14 | 56 | 0 | 5C | 42 | 1 | 157 | 61 | 35 |
| Octal | 374 | 24 | 126 | 0 | 134 | 102 | 1 | 527 | 141 | 65 |
| Binary | 11111100 | 10100 | 1010110 | 0 | 1011100 | 1000010 | 1 | 101010111 | 1100001 | 110101 |
Color Harmonies of #FC1456
Complementary color
Monochromatic Colors of #FC1456
Black with #FC1456
Text Example
Text Example
White with #FC1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1456; }
p { color: rgb(252,20,86); }
H1.HeaderClassName
{
color: #FC1456;
}
.AnyTagClassName
{
color: #FC1456;
}
</style>
background-color css
<style>
a { background-color: #FC1456; }
a { background-color: rgb(252,20,86); }
div.DivClassName
{
background-color: #FC1456;
}
.BgClassName
{
background-color: #FC1456;
}
</style>
border-color css
<style>
span { border-color: #FC1456; }
span { border-color: rgb(252,20,86); }
td.TdClassName
{
border-color: #FC1456;
}
.TagClassName
{
border-color: #FC1456;
}
</style>