Shades of Radical Red #FC404C
Tints of Radical Red #FC404C
RGB
CMYK
RGB Variations
Color information
#FC404C (or 0xFC404C) is known color: Radical Red. HEX triplet: FC, 40 and 4C. RGB value is (252,64,76). Sum of RGB (Red+Green+Blue) = 252+64+76=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC404C is #03BFB3. Grayscale: #797979. Windows color (decimal): -245684 or 4997372. OLE color: 4997372.
HSL color Cylindrical-coordinate representation of color #FC404C: hue angle of 356.17º 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 #FC404C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 76 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.01 |
| HSL | 356.17º | 0.97% | 0.62% | - |
| HSV(B) | 356.17º | 0.75% | 0.99% | - |
| XYZ | 43.28 | 24.88 | 9.36 | - |
| YUV | 121.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 76 | 0 | 0.75 | 0.70 | 0.01 | 356.17 | 0.97 | 0.62 |
| Hex | FC | 40 | 4C | 0 | 4B | 46 | 1 | 164 | 61 | 3E |
| Octal | 374 | 100 | 114 | 0 | 113 | 106 | 1 | 544 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1001100 | 0 | 1001011 | 1000110 | 1 | 101100100 | 1100001 | 111110 |
Color Harmonies of #FC404C
Complementary color
Monochromatic Colors of #FC404C
Black with #FC404C
Text Example
Text Example
White with #FC404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC404C; }
p { color: rgb(252,64,76); }
H1.HeaderClassName
{
color: #FC404C;
}
.AnyTagClassName
{
color: #FC404C;
}
</style>
background-color css
<style>
a { background-color: #FC404C; }
a { background-color: rgb(252,64,76); }
div.DivClassName
{
background-color: #FC404C;
}
.BgClassName
{
background-color: #FC404C;
}
</style>
border-color css
<style>
span { border-color: #FC404C; }
span { border-color: rgb(252,64,76); }
td.TdClassName
{
border-color: #FC404C;
}
.TagClassName
{
border-color: #FC404C;
}
</style>