Shades of Radical Red #FC484A
Tints of Radical Red #FC484A
RGB
CMYK
RGB Variations
Color information
#FC484A (or 0xFC484A) is known color: Radical Red. HEX triplet: FC, 48 and 4A. RGB value is (252,72,74). Sum of RGB (Red+Green+Blue) = 252+72+74=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC484A is #03B7B5. Grayscale: #7E7E7E. Windows color (decimal): -243638 or 4868348. OLE color: 4868348.
HSL color Cylindrical-coordinate representation of color #FC484A: hue angle of 359.33º 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 #FC484A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 74 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.01 |
| HSL | 359.33º | 0.97% | 0.64% | - |
| HSV(B) | 359.33º | 0.71% | 0.99% | - |
| XYZ | 43.7 | 25.82 | 9.16 | - |
| YUV | 126.05 | 98.63 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 74 | 0 | 0.71 | 0.71 | 0.01 | 359.33 | 0.97 | 0.64 |
| Hex | FC | 48 | 4A | 0 | 47 | 47 | 1 | 167 | 61 | 40 |
| Octal | 374 | 110 | 112 | 0 | 107 | 107 | 1 | 547 | 141 | 100 |
| Binary | 11111100 | 1001000 | 1001010 | 0 | 1000111 | 1000111 | 1 | 101100111 | 1100001 | 1000000 |
Color Harmonies of #FC484A
Complementary color
Monochromatic Colors of #FC484A
Black with #FC484A
Text Example
Text Example
White with #FC484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC484A; }
p { color: rgb(252,72,74); }
H1.HeaderClassName
{
color: #FC484A;
}
.AnyTagClassName
{
color: #FC484A;
}
</style>
background-color css
<style>
a { background-color: #FC484A; }
a { background-color: rgb(252,72,74); }
div.DivClassName
{
background-color: #FC484A;
}
.BgClassName
{
background-color: #FC484A;
}
</style>
border-color css
<style>
span { border-color: #FC484A; }
span { border-color: rgb(252,72,74); }
td.TdClassName
{
border-color: #FC484A;
}
.TagClassName
{
border-color: #FC484A;
}
</style>