Shades of Radical Red #FC3C56
Tints of Radical Red #FC3C56
RGB
CMYK
RGB Variations
Color information
#FC3C56 (or 0xFC3C56) is known color: Radical Red. HEX triplet: FC, 3C and 56. RGB value is (252,60,86). Sum of RGB (Red+Green+Blue) = 252+60+86=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C56 is #03C3A9. Grayscale: #787878. Windows color (decimal): -246698 or 5651708. OLE color: 5651708.
HSL color Cylindrical-coordinate representation of color #FC3C56: hue angle of 351.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C56 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 86 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.01 |
| HSL | 351.88º | 0.97% | 0.61% | - |
| HSV(B) | 351.88º | 0.76% | 0.99% | - |
| XYZ | 43.44 | 24.6 | 11.26 | - |
| YUV | 120.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 86 | 0 | 0.76 | 0.66 | 0.01 | 351.88 | 0.97 | 0.61 |
| Hex | FC | 3C | 56 | 0 | 4C | 42 | 1 | 160 | 61 | 3D |
| Octal | 374 | 74 | 126 | 0 | 114 | 102 | 1 | 540 | 141 | 75 |
| Binary | 11111100 | 111100 | 1010110 | 0 | 1001100 | 1000010 | 1 | 101100000 | 1100001 | 111101 |
Color Harmonies of #FC3C56
Complementary color
Monochromatic Colors of #FC3C56
Black with #FC3C56
Text Example
Text Example
White with #FC3C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C56; }
p { color: rgb(252,60,86); }
H1.HeaderClassName
{
color: #FC3C56;
}
.AnyTagClassName
{
color: #FC3C56;
}
</style>
background-color css
<style>
a { background-color: #FC3C56; }
a { background-color: rgb(252,60,86); }
div.DivClassName
{
background-color: #FC3C56;
}
.BgClassName
{
background-color: #FC3C56;
}
</style>
border-color css
<style>
span { border-color: #FC3C56; }
span { border-color: rgb(252,60,86); }
td.TdClassName
{
border-color: #FC3C56;
}
.TagClassName
{
border-color: #FC3C56;
}
</style>