Shades of Radical Red #FC404F
Tints of Radical Red #FC404F
RGB
CMYK
RGB Variations
Color information
#FC404F (or 0xFC404F) is known color: Radical Red. HEX triplet: FC, 40 and 4F. RGB value is (252,64,79). Sum of RGB (Red+Green+Blue) = 252+64+79=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC404F is #03BFB0. Grayscale: #7A7A7A. Windows color (decimal): -245681 or 5193980. OLE color: 5193980.
HSL color Cylindrical-coordinate representation of color #FC404F: hue angle of 355.21º 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 #FC404F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 79 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.01 |
| HSL | 355.21º | 0.97% | 0.62% | - |
| HSV(B) | 355.21º | 0.75% | 0.99% | - |
| XYZ | 43.39 | 24.93 | 9.92 | - |
| YUV | 121.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 79 | 0 | 0.75 | 0.69 | 0.01 | 355.21 | 0.97 | 0.62 |
| Hex | FC | 40 | 4F | 0 | 4B | 45 | 1 | 163 | 61 | 3E |
| Octal | 374 | 100 | 117 | 0 | 113 | 105 | 1 | 543 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1001111 | 0 | 1001011 | 1000101 | 1 | 101100011 | 1100001 | 111110 |
Color Harmonies of #FC404F
Complementary color
Monochromatic Colors of #FC404F
Black with #FC404F
Text Example
Text Example
White with #FC404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC404F; }
p { color: rgb(252,64,79); }
H1.HeaderClassName
{
color: #FC404F;
}
.AnyTagClassName
{
color: #FC404F;
}
</style>
background-color css
<style>
a { background-color: #FC404F; }
a { background-color: rgb(252,64,79); }
div.DivClassName
{
background-color: #FC404F;
}
.BgClassName
{
background-color: #FC404F;
}
</style>
border-color css
<style>
span { border-color: #FC404F; }
span { border-color: rgb(252,64,79); }
td.TdClassName
{
border-color: #FC404F;
}
.TagClassName
{
border-color: #FC404F;
}
</style>