Shades of Radical Red #FC494D
Tints of Radical Red #FC494D
RGB
CMYK
RGB Variations
Color information
#FC494D (or 0xFC494D) is known color: Radical Red. HEX triplet: FC, 49 and 4D. RGB value is (252,73,77). Sum of RGB (Red+Green+Blue) = 252+73+77=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC494D is #03B6B2. Grayscale: #7F7F7F. Windows color (decimal): -243379 or 5065212. OLE color: 5065212.
HSL color Cylindrical-coordinate representation of color #FC494D: hue angle of 358.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC494D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 77 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.01 |
| HSL | 358.66º | 0.97% | 0.64% | - |
| HSV(B) | 358.66º | 0.71% | 0.99% | - |
| XYZ | 43.87 | 26 | 9.73 | - |
| YUV | 126.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 77 | 0 | 0.71 | 0.69 | 0.01 | 358.66 | 0.97 | 0.64 |
| Hex | FC | 49 | 4D | 0 | 47 | 45 | 1 | 167 | 61 | 40 |
| Octal | 374 | 111 | 115 | 0 | 107 | 105 | 1 | 547 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1001101 | 0 | 1000111 | 1000101 | 1 | 101100111 | 1100001 | 1000000 |
Color Harmonies of #FC494D
Complementary color
Monochromatic Colors of #FC494D
Black with #FC494D
Text Example
Text Example
White with #FC494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC494D; }
p { color: rgb(252,73,77); }
H1.HeaderClassName
{
color: #FC494D;
}
.AnyTagClassName
{
color: #FC494D;
}
</style>
background-color css
<style>
a { background-color: #FC494D; }
a { background-color: rgb(252,73,77); }
div.DivClassName
{
background-color: #FC494D;
}
.BgClassName
{
background-color: #FC494D;
}
</style>
border-color css
<style>
span { border-color: #FC494D; }
span { border-color: rgb(252,73,77); }
td.TdClassName
{
border-color: #FC494D;
}
.TagClassName
{
border-color: #FC494D;
}
</style>