Shades of Radical Red #FC4059
Tints of Radical Red #FC4059
RGB
CMYK
RGB Variations
Color information
#FC4059 (or 0xFC4059) is known color: Radical Red. HEX triplet: FC, 40 and 59. RGB value is (252,64,89). Sum of RGB (Red+Green+Blue) = 252+64+89=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4059 is #03BFA6. Grayscale: #7B7B7B. Windows color (decimal): -245671 or 5849340. OLE color: 5849340.
HSL color Cylindrical-coordinate representation of color #FC4059: hue angle of 352.02º 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 #FC4059 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 89 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.01 |
| HSL | 352.02º | 0.97% | 0.62% | - |
| HSV(B) | 352.02º | 0.75% | 0.99% | - |
| XYZ | 43.78 | 25.08 | 11.99 | - |
| YUV | 123.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 89 | 0 | 0.75 | 0.65 | 0.01 | 352.02 | 0.97 | 0.62 |
| Hex | FC | 40 | 59 | 0 | 4B | 41 | 1 | 160 | 61 | 3E |
| Octal | 374 | 100 | 131 | 0 | 113 | 101 | 1 | 540 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1011001 | 0 | 1001011 | 1000001 | 1 | 101100000 | 1100001 | 111110 |
Color Harmonies of #FC4059
Complementary color
Monochromatic Colors of #FC4059
Black with #FC4059
Text Example
Text Example
White with #FC4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4059; }
p { color: rgb(252,64,89); }
H1.HeaderClassName
{
color: #FC4059;
}
.AnyTagClassName
{
color: #FC4059;
}
</style>
background-color css
<style>
a { background-color: #FC4059; }
a { background-color: rgb(252,64,89); }
div.DivClassName
{
background-color: #FC4059;
}
.BgClassName
{
background-color: #FC4059;
}
</style>
border-color css
<style>
span { border-color: #FC4059; }
span { border-color: rgb(252,64,89); }
td.TdClassName
{
border-color: #FC4059;
}
.TagClassName
{
border-color: #FC4059;
}
</style>