Shades of Radical Red #FC3C47
Tints of Radical Red #FC3C47
RGB
CMYK
RGB Variations
Color information
#FC3C47 (or 0xFC3C47) is known color: Radical Red. HEX triplet: FC, 3C and 47. RGB value is (252,60,71). Sum of RGB (Red+Green+Blue) = 252+60+71=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C47 is #03C3B8. Grayscale: #767676. Windows color (decimal): -246713 or 4668668. OLE color: 4668668.
HSL color Cylindrical-coordinate representation of color #FC3C47: hue angle of 356.56º 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 #FC3C47 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 71 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.01 |
| HSL | 356.56º | 0.97% | 0.61% | - |
| HSV(B) | 356.56º | 0.76% | 0.99% | - |
| XYZ | 42.9 | 24.38 | 8.41 | - |
| YUV | 118.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 71 | 0 | 0.76 | 0.72 | 0.01 | 356.56 | 0.97 | 0.61 |
| Hex | FC | 3C | 47 | 0 | 4C | 48 | 1 | 165 | 61 | 3D |
| Octal | 374 | 74 | 107 | 0 | 114 | 110 | 1 | 545 | 141 | 75 |
| Binary | 11111100 | 111100 | 1000111 | 0 | 1001100 | 1001000 | 1 | 101100101 | 1100001 | 111101 |
Color Harmonies of #FC3C47
Complementary color
Monochromatic Colors of #FC3C47
Black with #FC3C47
Text Example
Text Example
White with #FC3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C47; }
p { color: rgb(252,60,71); }
H1.HeaderClassName
{
color: #FC3C47;
}
.AnyTagClassName
{
color: #FC3C47;
}
</style>
background-color css
<style>
a { background-color: #FC3C47; }
a { background-color: rgb(252,60,71); }
div.DivClassName
{
background-color: #FC3C47;
}
.BgClassName
{
background-color: #FC3C47;
}
</style>
border-color css
<style>
span { border-color: #FC3C47; }
span { border-color: rgb(252,60,71); }
td.TdClassName
{
border-color: #FC3C47;
}
.TagClassName
{
border-color: #FC3C47;
}
</style>