Shades of Radical Red #FC494C
Tints of Radical Red #FC494C
RGB
CMYK
RGB Variations
Color information
#FC494C (or 0xFC494C) is known color: Radical Red. HEX triplet: FC, 49 and 4C. RGB value is (252,73,76). Sum of RGB (Red+Green+Blue) = 252+73+76=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC494C is #03B6B3. Grayscale: #7F7F7F. Windows color (decimal): -243380 or 4999676. OLE color: 4999676.
HSL color Cylindrical-coordinate representation of color #FC494C: hue angle of 358.99º 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 #FC494C is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 76 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.01 |
| HSL | 358.99º | 0.97% | 0.64% | - |
| HSV(B) | 358.99º | 0.71% | 0.99% | - |
| XYZ | 43.83 | 25.98 | 9.54 | - |
| YUV | 126.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 76 | 0 | 0.71 | 0.70 | 0.01 | 358.99 | 0.97 | 0.64 |
| Hex | FC | 49 | 4C | 0 | 47 | 46 | 1 | 167 | 61 | 40 |
| Octal | 374 | 111 | 114 | 0 | 107 | 106 | 1 | 547 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1001100 | 0 | 1000111 | 1000110 | 1 | 101100111 | 1100001 | 1000000 |
Color Harmonies of #FC494C
Complementary color
Monochromatic Colors of #FC494C
Black with #FC494C
Text Example
Text Example
White with #FC494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC494C; }
p { color: rgb(252,73,76); }
H1.HeaderClassName
{
color: #FC494C;
}
.AnyTagClassName
{
color: #FC494C;
}
</style>
background-color css
<style>
a { background-color: #FC494C; }
a { background-color: rgb(252,73,76); }
div.DivClassName
{
background-color: #FC494C;
}
.BgClassName
{
background-color: #FC494C;
}
</style>
border-color css
<style>
span { border-color: #FC494C; }
span { border-color: rgb(252,73,76); }
td.TdClassName
{
border-color: #FC494C;
}
.TagClassName
{
border-color: #FC494C;
}
</style>