Shades of Razzmatazz #FC1256
Tints of Razzmatazz #FC1256
RGB
CMYK
RGB Variations
Color information
#FC1256 (or 0xFC1256) is known color: Razzmatazz. HEX triplet: FC, 12 and 56. RGB value is (252,18,86). Sum of RGB (Red+Green+Blue) = 252+18+86=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1256 is #03EDA9. Grayscale: #5F5F5F. Windows color (decimal): -257450 or 5640956. OLE color: 5640956.
HSL color Cylindrical-coordinate representation of color #FC1256: hue angle of 342.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1256 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 86 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.01 |
| HSL | 342.56º | 0.98% | 0.53% | - |
| HSV(B) | 342.56º | 0.93% | 0.99% | - |
| XYZ | 42.04 | 21.8 | 10.8 | - |
| YUV | 95.72 | 122.52 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 86 | 0 | 0.93 | 0.66 | 0.01 | 342.56 | 0.98 | 0.53 |
| Hex | FC | 12 | 56 | 0 | 5D | 42 | 1 | 157 | 62 | 35 |
| Octal | 374 | 22 | 126 | 0 | 135 | 102 | 1 | 527 | 142 | 65 |
| Binary | 11111100 | 10010 | 1010110 | 0 | 1011101 | 1000010 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FC1256
Complementary color
Monochromatic Colors of #FC1256
Black with #FC1256
Text Example
Text Example
White with #FC1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1256; }
p { color: rgb(252,18,86); }
H1.HeaderClassName
{
color: #FC1256;
}
.AnyTagClassName
{
color: #FC1256;
}
</style>
background-color css
<style>
a { background-color: #FC1256; }
a { background-color: rgb(252,18,86); }
div.DivClassName
{
background-color: #FC1256;
}
.BgClassName
{
background-color: #FC1256;
}
</style>
border-color css
<style>
span { border-color: #FC1256; }
span { border-color: rgb(252,18,86); }
td.TdClassName
{
border-color: #FC1256;
}
.TagClassName
{
border-color: #FC1256;
}
</style>