Shades of Radical Red #FC3E50
Tints of Radical Red #FC3E50
RGB
CMYK
RGB Variations
Color information
#FC3E50 (or 0xFC3E50) is known color: Radical Red. HEX triplet: FC, 3E and 50. RGB value is (252,62,80). Sum of RGB (Red+Green+Blue) = 252+62+80=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E50 is #03C1AF. Grayscale: #787878. Windows color (decimal): -246192 or 5259004. OLE color: 5259004.
HSL color Cylindrical-coordinate representation of color #FC3E50: hue angle of 354.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E50 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 80 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.01 |
| HSL | 354.32º | 0.97% | 0.62% | - |
| HSV(B) | 354.32º | 0.75% | 0.99% | - |
| XYZ | 43.32 | 24.72 | 10.08 | - |
| YUV | 120.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 80 | 0 | 0.75 | 0.68 | 0.01 | 354.32 | 0.97 | 0.62 |
| Hex | FC | 3E | 50 | 0 | 4B | 44 | 1 | 162 | 61 | 3E |
| Octal | 374 | 76 | 120 | 0 | 113 | 104 | 1 | 542 | 141 | 76 |
| Binary | 11111100 | 111110 | 1010000 | 0 | 1001011 | 1000100 | 1 | 101100010 | 1100001 | 111110 |
Color Harmonies of #FC3E50
Complementary color
Monochromatic Colors of #FC3E50
Black with #FC3E50
Text Example
Text Example
White with #FC3E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E50; }
p { color: rgb(252,62,80); }
H1.HeaderClassName
{
color: #FC3E50;
}
.AnyTagClassName
{
color: #FC3E50;
}
</style>
background-color css
<style>
a { background-color: #FC3E50; }
a { background-color: rgb(252,62,80); }
div.DivClassName
{
background-color: #FC3E50;
}
.BgClassName
{
background-color: #FC3E50;
}
</style>
border-color css
<style>
span { border-color: #FC3E50; }
span { border-color: rgb(252,62,80); }
td.TdClassName
{
border-color: #FC3E50;
}
.TagClassName
{
border-color: #FC3E50;
}
</style>