Shades of Radical Red #FC404A
Tints of Radical Red #FC404A
RGB
CMYK
RGB Variations
Color information
#FC404A (or 0xFC404A) is known color: Radical Red. HEX triplet: FC, 40 and 4A. RGB value is (252,64,74). Sum of RGB (Red+Green+Blue) = 252+64+74=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC404A is #03BFB5. Grayscale: #797979. Windows color (decimal): -245686 or 4866300. OLE color: 4866300.
HSL color Cylindrical-coordinate representation of color #FC404A: hue angle of 356.81º 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 #FC404A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.01 |
| HSL | 356.81º | 0.97% | 0.62% | - |
| HSV(B) | 356.81º | 0.75% | 0.99% | - |
| XYZ | 43.21 | 24.86 | 9 | - |
| YUV | 121.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 74 | 0 | 0.75 | 0.71 | 0.01 | 356.81 | 0.97 | 0.62 |
| Hex | FC | 40 | 4A | 0 | 4B | 47 | 1 | 165 | 61 | 3E |
| Octal | 374 | 100 | 112 | 0 | 113 | 107 | 1 | 545 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1001010 | 0 | 1001011 | 1000111 | 1 | 101100101 | 1100001 | 111110 |
Color Harmonies of #FC404A
Complementary color
Monochromatic Colors of #FC404A
Black with #FC404A
Text Example
Text Example
White with #FC404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC404A; }
p { color: rgb(252,64,74); }
H1.HeaderClassName
{
color: #FC404A;
}
.AnyTagClassName
{
color: #FC404A;
}
</style>
background-color css
<style>
a { background-color: #FC404A; }
a { background-color: rgb(252,64,74); }
div.DivClassName
{
background-color: #FC404A;
}
.BgClassName
{
background-color: #FC404A;
}
</style>
border-color css
<style>
span { border-color: #FC404A; }
span { border-color: rgb(252,64,74); }
td.TdClassName
{
border-color: #FC404A;
}
.TagClassName
{
border-color: #FC404A;
}
</style>