Shades of Radical Red #FC1C56
Tints of Radical Red #FC1C56
RGB
CMYK
RGB Variations
Color information
#FC1C56 (or 0xFC1C56) is known color: Radical Red. HEX triplet: FC, 1C and 56. RGB value is (252,28,86). Sum of RGB (Red+Green+Blue) = 252+28+86=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C56 is #03E3A9. Grayscale: #656565. Windows color (decimal): -254890 or 5643516. OLE color: 5643516.
HSL color Cylindrical-coordinate representation of color #FC1C56: hue angle of 344.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C56 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 86 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.01 |
| HSL | 344.46º | 0.97% | 0.55% | - |
| HSV(B) | 344.46º | 0.89% | 0.99% | - |
| XYZ | 42.24 | 22.2 | 10.86 | - |
| YUV | 101.59 | 119.21 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 86 | 0 | 0.89 | 0.66 | 0.01 | 344.46 | 0.97 | 0.55 |
| Hex | FC | 1C | 56 | 0 | 59 | 42 | 1 | 158 | 61 | 37 |
| Octal | 374 | 34 | 126 | 0 | 131 | 102 | 1 | 530 | 141 | 67 |
| Binary | 11111100 | 11100 | 1010110 | 0 | 1011001 | 1000010 | 1 | 101011000 | 1100001 | 110111 |
Color Harmonies of #FC1C56
Complementary color
Monochromatic Colors of #FC1C56
Black with #FC1C56
Text Example
Text Example
White with #FC1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C56; }
p { color: rgb(252,28,86); }
H1.HeaderClassName
{
color: #FC1C56;
}
.AnyTagClassName
{
color: #FC1C56;
}
</style>
background-color css
<style>
a { background-color: #FC1C56; }
a { background-color: rgb(252,28,86); }
div.DivClassName
{
background-color: #FC1C56;
}
.BgClassName
{
background-color: #FC1C56;
}
</style>
border-color css
<style>
span { border-color: #FC1C56; }
span { border-color: rgb(252,28,86); }
td.TdClassName
{
border-color: #FC1C56;
}
.TagClassName
{
border-color: #FC1C56;
}
</style>