Shades of Radical Red #FC4E5B
Tints of Radical Red #FC4E5B
RGB
CMYK
RGB Variations
Color information
#FC4E5B (or 0xFC4E5B) is known color: Radical Red. HEX triplet: FC, 4E and 5B. RGB value is (252,78,91). Sum of RGB (Red+Green+Blue) = 252+78+91=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E5B is #03B1A4. Grayscale: #838383. Windows color (decimal): -242085 or 5983996. OLE color: 5983996.
HSL color Cylindrical-coordinate representation of color #FC4E5B: hue angle of 355.52º 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 #FC4E5B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 91 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.01 |
| HSL | 355.52º | 0.97% | 0.65% | - |
| HSV(B) | 355.52º | 0.69% | 0.99% | - |
| XYZ | 44.76 | 26.9 | 12.73 | - |
| YUV | 131.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 91 | 0 | 0.69 | 0.64 | 0.01 | 355.52 | 0.97 | 0.65 |
| Hex | FC | 4E | 5B | 0 | 45 | 40 | 1 | 164 | 61 | 41 |
| Octal | 374 | 116 | 133 | 0 | 105 | 100 | 1 | 544 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1011011 | 0 | 1000101 | 1000000 | 1 | 101100100 | 1100001 | 1000001 |
Color Harmonies of #FC4E5B
Complementary color
Monochromatic Colors of #FC4E5B
Black with #FC4E5B
Text Example
Text Example
White with #FC4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E5B; }
p { color: rgb(252,78,91); }
H1.HeaderClassName
{
color: #FC4E5B;
}
.AnyTagClassName
{
color: #FC4E5B;
}
</style>
background-color css
<style>
a { background-color: #FC4E5B; }
a { background-color: rgb(252,78,91); }
div.DivClassName
{
background-color: #FC4E5B;
}
.BgClassName
{
background-color: #FC4E5B;
}
</style>
border-color css
<style>
span { border-color: #FC4E5B; }
span { border-color: rgb(252,78,91); }
td.TdClassName
{
border-color: #FC4E5B;
}
.TagClassName
{
border-color: #FC4E5B;
}
</style>