Shades of Radical Red #FC4C59
Tints of Radical Red #FC4C59
RGB
CMYK
RGB Variations
Color information
#FC4C59 (or 0xFC4C59) is known color: Radical Red. HEX triplet: FC, 4C and 59. RGB value is (252,76,89). Sum of RGB (Red+Green+Blue) = 252+76+89=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C59 is #03B3A6. Grayscale: #828282. Windows color (decimal): -242599 or 5852412. OLE color: 5852412.
HSL color Cylindrical-coordinate representation of color #FC4C59: hue angle of 355.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C59 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 89 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.01 |
| HSL | 355.57º | 0.97% | 0.64% | - |
| HSV(B) | 355.57º | 0.7% | 0.99% | - |
| XYZ | 44.53 | 26.59 | 12.24 | - |
| YUV | 130.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 89 | 0 | 0.70 | 0.65 | 0.01 | 355.57 | 0.97 | 0.64 |
| Hex | FC | 4C | 59 | 0 | 46 | 41 | 1 | 164 | 61 | 40 |
| Octal | 374 | 114 | 131 | 0 | 106 | 101 | 1 | 544 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1011001 | 0 | 1000110 | 1000001 | 1 | 101100100 | 1100001 | 1000000 |
Color Harmonies of #FC4C59
Complementary color
Monochromatic Colors of #FC4C59
Black with #FC4C59
Text Example
Text Example
White with #FC4C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C59; }
p { color: rgb(252,76,89); }
H1.HeaderClassName
{
color: #FC4C59;
}
.AnyTagClassName
{
color: #FC4C59;
}
</style>
background-color css
<style>
a { background-color: #FC4C59; }
a { background-color: rgb(252,76,89); }
div.DivClassName
{
background-color: #FC4C59;
}
.BgClassName
{
background-color: #FC4C59;
}
</style>
border-color css
<style>
span { border-color: #FC4C59; }
span { border-color: rgb(252,76,89); }
td.TdClassName
{
border-color: #FC4C59;
}
.TagClassName
{
border-color: #FC4C59;
}
</style>