Shades of Radical Red #FC4E5E
Tints of Radical Red #FC4E5E
RGB
CMYK
RGB Variations
Color information
#FC4E5E (or 0xFC4E5E) is known color: Radical Red. HEX triplet: FC, 4E and 5E. RGB value is (252,78,94). Sum of RGB (Red+Green+Blue) = 252+78+94=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E5E is #03B1A1. Grayscale: #838383. Windows color (decimal): -242082 or 6180604. OLE color: 6180604.
HSL color Cylindrical-coordinate representation of color #FC4E5E: hue angle of 354.48º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4E5E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 94 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.01 |
| HSL | 354.48º | 0.97% | 0.65% | - |
| HSV(B) | 354.48º | 0.69% | 0.99% | - |
| XYZ | 44.89 | 26.95 | 13.43 | - |
| YUV | 131.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 94 | 0 | 0.69 | 0.63 | 0.01 | 354.48 | 0.97 | 0.65 |
| Hex | FC | 4E | 5E | 0 | 45 | 3F | 1 | 162 | 61 | 41 |
| Octal | 374 | 116 | 136 | 0 | 105 | 77 | 1 | 542 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1011110 | 0 | 1000101 | 111111 | 1 | 101100010 | 1100001 | 1000001 |
Color Harmonies of #FC4E5E
Complementary color
Monochromatic Colors of #FC4E5E
Black with #FC4E5E
Text Example
Text Example
White with #FC4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E5E; }
p { color: rgb(252,78,94); }
H1.HeaderClassName
{
color: #FC4E5E;
}
.AnyTagClassName
{
color: #FC4E5E;
}
</style>
background-color css
<style>
a { background-color: #FC4E5E; }
a { background-color: rgb(252,78,94); }
div.DivClassName
{
background-color: #FC4E5E;
}
.BgClassName
{
background-color: #FC4E5E;
}
</style>
border-color css
<style>
span { border-color: #FC4E5E; }
span { border-color: rgb(252,78,94); }
td.TdClassName
{
border-color: #FC4E5E;
}
.TagClassName
{
border-color: #FC4E5E;
}
</style>