Shades of Radical Red #FC4A54
Tints of Radical Red #FC4A54
RGB
CMYK
RGB Variations
Color information
#FC4A54 (or 0xFC4A54) is known color: Radical Red. HEX triplet: FC, 4A and 54. RGB value is (252,74,84). Sum of RGB (Red+Green+Blue) = 252+74+84=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A54 is #03B5AB. Grayscale: #808080. Windows color (decimal): -243116 or 5524220. OLE color: 5524220.
HSL color Cylindrical-coordinate representation of color #FC4A54: hue angle of 356.63º 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 #FC4A54 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 84 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.01 |
| HSL | 356.63º | 0.97% | 0.64% | - |
| HSV(B) | 356.63º | 0.71% | 0.99% | - |
| XYZ | 44.19 | 26.23 | 11.12 | - |
| YUV | 128.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 84 | 0 | 0.71 | 0.67 | 0.01 | 356.63 | 0.97 | 0.64 |
| Hex | FC | 4A | 54 | 0 | 47 | 43 | 1 | 165 | 61 | 40 |
| Octal | 374 | 112 | 124 | 0 | 107 | 103 | 1 | 545 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1010100 | 0 | 1000111 | 1000011 | 1 | 101100101 | 1100001 | 1000000 |
Color Harmonies of #FC4A54
Complementary color
Monochromatic Colors of #FC4A54
Black with #FC4A54
Text Example
Text Example
White with #FC4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A54; }
p { color: rgb(252,74,84); }
H1.HeaderClassName
{
color: #FC4A54;
}
.AnyTagClassName
{
color: #FC4A54;
}
</style>
background-color css
<style>
a { background-color: #FC4A54; }
a { background-color: rgb(252,74,84); }
div.DivClassName
{
background-color: #FC4A54;
}
.BgClassName
{
background-color: #FC4A54;
}
</style>
border-color css
<style>
span { border-color: #FC4A54; }
span { border-color: rgb(252,74,84); }
td.TdClassName
{
border-color: #FC4A54;
}
.TagClassName
{
border-color: #FC4A54;
}
</style>