Shades of Radical Red #FC4A59
Tints of Radical Red #FC4A59
RGB
CMYK
RGB Variations
Color information
#FC4A59 (or 0xFC4A59) is known color: Radical Red. HEX triplet: FC, 4A and 59. RGB value is (252,74,89). Sum of RGB (Red+Green+Blue) = 252+74+89=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A59 is #03B5A6. Grayscale: #818181. Windows color (decimal): -243111 or 5851900. OLE color: 5851900.
HSL color Cylindrical-coordinate representation of color #FC4A59: hue angle of 354.94º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A59 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 89 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.01 |
| HSL | 354.94º | 0.97% | 0.64% | - |
| HSV(B) | 354.94º | 0.71% | 0.99% | - |
| XYZ | 44.4 | 26.31 | 12.19 | - |
| YUV | 128.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 89 | 0 | 0.71 | 0.65 | 0.01 | 354.94 | 0.97 | 0.64 |
| Hex | FC | 4A | 59 | 0 | 47 | 41 | 1 | 163 | 61 | 40 |
| Octal | 374 | 112 | 131 | 0 | 107 | 101 | 1 | 543 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1011001 | 0 | 1000111 | 1000001 | 1 | 101100011 | 1100001 | 1000000 |
Color Harmonies of #FC4A59
Complementary color
Monochromatic Colors of #FC4A59
Black with #FC4A59
Text Example
Text Example
White with #FC4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A59; }
p { color: rgb(252,74,89); }
H1.HeaderClassName
{
color: #FC4A59;
}
.AnyTagClassName
{
color: #FC4A59;
}
</style>
background-color css
<style>
a { background-color: #FC4A59; }
a { background-color: rgb(252,74,89); }
div.DivClassName
{
background-color: #FC4A59;
}
.BgClassName
{
background-color: #FC4A59;
}
</style>
border-color css
<style>
span { border-color: #FC4A59; }
span { border-color: rgb(252,74,89); }
td.TdClassName
{
border-color: #FC4A59;
}
.TagClassName
{
border-color: #FC4A59;
}
</style>