Shades of Radical Red #FC404E
Tints of Radical Red #FC404E
RGB
CMYK
RGB Variations
Color information
#FC404E (or 0xFC404E) is known color: Radical Red. HEX triplet: FC, 40 and 4E. RGB value is (252,64,78). Sum of RGB (Red+Green+Blue) = 252+64+78=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC404E is #03BFB1. Grayscale: #797979. Windows color (decimal): -245682 or 5128444. OLE color: 5128444.
HSL color Cylindrical-coordinate representation of color #FC404E: hue angle of 355.53º 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 #FC404E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 78 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.01 |
| HSL | 355.53º | 0.97% | 0.62% | - |
| HSV(B) | 355.53º | 0.75% | 0.99% | - |
| XYZ | 43.35 | 24.91 | 9.73 | - |
| YUV | 121.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 78 | 0 | 0.75 | 0.69 | 0.01 | 355.53 | 0.97 | 0.62 |
| Hex | FC | 40 | 4E | 0 | 4B | 45 | 1 | 164 | 61 | 3E |
| Octal | 374 | 100 | 116 | 0 | 113 | 105 | 1 | 544 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1001110 | 0 | 1001011 | 1000101 | 1 | 101100100 | 1100001 | 111110 |
Color Harmonies of #FC404E
Complementary color
Monochromatic Colors of #FC404E
Black with #FC404E
Text Example
Text Example
White with #FC404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC404E; }
p { color: rgb(252,64,78); }
H1.HeaderClassName
{
color: #FC404E;
}
.AnyTagClassName
{
color: #FC404E;
}
</style>
background-color css
<style>
a { background-color: #FC404E; }
a { background-color: rgb(252,64,78); }
div.DivClassName
{
background-color: #FC404E;
}
.BgClassName
{
background-color: #FC404E;
}
</style>
border-color css
<style>
span { border-color: #FC404E; }
span { border-color: rgb(252,64,78); }
td.TdClassName
{
border-color: #FC404E;
}
.TagClassName
{
border-color: #FC404E;
}
</style>