Shades of Radical Red #FC3C51
Tints of Radical Red #FC3C51
RGB
CMYK
RGB Variations
Color information
#FC3C51 (or 0xFC3C51) is known color: Radical Red. HEX triplet: FC, 3C and 51. RGB value is (252,60,81). Sum of RGB (Red+Green+Blue) = 252+60+81=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C51 is #03C3AE. Grayscale: #777777. Windows color (decimal): -246703 or 5324028. OLE color: 5324028.
HSL color Cylindrical-coordinate representation of color #FC3C51: hue angle of 353.44º 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 #FC3C51 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 81 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.01 |
| HSL | 353.44º | 0.97% | 0.61% | - |
| HSV(B) | 353.44º | 0.76% | 0.99% | - |
| XYZ | 43.25 | 24.52 | 10.24 | - |
| YUV | 119.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 81 | 0 | 0.76 | 0.68 | 0.01 | 353.44 | 0.97 | 0.61 |
| Hex | FC | 3C | 51 | 0 | 4C | 44 | 1 | 161 | 61 | 3D |
| Octal | 374 | 74 | 121 | 0 | 114 | 104 | 1 | 541 | 141 | 75 |
| Binary | 11111100 | 111100 | 1010001 | 0 | 1001100 | 1000100 | 1 | 101100001 | 1100001 | 111101 |
Color Harmonies of #FC3C51
Complementary color
Monochromatic Colors of #FC3C51
Black with #FC3C51
Text Example
Text Example
White with #FC3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C51; }
p { color: rgb(252,60,81); }
H1.HeaderClassName
{
color: #FC3C51;
}
.AnyTagClassName
{
color: #FC3C51;
}
</style>
background-color css
<style>
a { background-color: #FC3C51; }
a { background-color: rgb(252,60,81); }
div.DivClassName
{
background-color: #FC3C51;
}
.BgClassName
{
background-color: #FC3C51;
}
</style>
border-color css
<style>
span { border-color: #FC3C51; }
span { border-color: rgb(252,60,81); }
td.TdClassName
{
border-color: #FC3C51;
}
.TagClassName
{
border-color: #FC3C51;
}
</style>