Shades of Radical Red #FC314D
Tints of Radical Red #FC314D
RGB
CMYK
RGB Variations
Color information
#FC314D (or 0xFC314D) is known color: Radical Red. HEX triplet: FC, 31 and 4D. RGB value is (252,49,77). Sum of RGB (Red+Green+Blue) = 252+49+77=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC314D is #03CEB2. Grayscale: #707070. Windows color (decimal): -249523 or 5059068. OLE color: 5059068.
HSL color Cylindrical-coordinate representation of color #FC314D: hue angle of 351.72º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC314D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.01 |
| HSL | 351.72º | 0.97% | 0.59% | - |
| HSV(B) | 351.72º | 0.81% | 0.99% | - |
| XYZ | 42.58 | 23.43 | 9.3 | - |
| YUV | 112.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 77 | 0 | 0.81 | 0.69 | 0.01 | 351.72 | 0.97 | 0.59 |
| Hex | FC | 31 | 4D | 0 | 51 | 45 | 1 | 160 | 61 | 3B |
| Octal | 374 | 61 | 115 | 0 | 121 | 105 | 1 | 540 | 141 | 73 |
| Binary | 11111100 | 110001 | 1001101 | 0 | 1010001 | 1000101 | 1 | 101100000 | 1100001 | 111011 |
Color Harmonies of #FC314D
Complementary color
Monochromatic Colors of #FC314D
Black with #FC314D
Text Example
Text Example
White with #FC314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC314D; }
p { color: rgb(252,49,77); }
H1.HeaderClassName
{
color: #FC314D;
}
.AnyTagClassName
{
color: #FC314D;
}
</style>
background-color css
<style>
a { background-color: #FC314D; }
a { background-color: rgb(252,49,77); }
div.DivClassName
{
background-color: #FC314D;
}
.BgClassName
{
background-color: #FC314D;
}
</style>
border-color css
<style>
span { border-color: #FC314D; }
span { border-color: rgb(252,49,77); }
td.TdClassName
{
border-color: #FC314D;
}
.TagClassName
{
border-color: #FC314D;
}
</style>