Shades of Radical Red #FC4A53
Tints of Radical Red #FC4A53
RGB
CMYK
RGB Variations
Color information
#FC4A53 (or 0xFC4A53) is known color: Radical Red. HEX triplet: FC, 4A and 53. RGB value is (252,74,83). Sum of RGB (Red+Green+Blue) = 252+74+83=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A53 is #03B5AC. Grayscale: #808080. Windows color (decimal): -243117 or 5458684. OLE color: 5458684.
HSL color Cylindrical-coordinate representation of color #FC4A53: hue angle of 356.97º 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 #FC4A53 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 83 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.01 |
| HSL | 356.97º | 0.97% | 0.64% | - |
| HSV(B) | 356.97º | 0.71% | 0.99% | - |
| XYZ | 44.16 | 26.22 | 10.92 | - |
| YUV | 128.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 83 | 0 | 0.71 | 0.67 | 0.01 | 356.97 | 0.97 | 0.64 |
| Hex | FC | 4A | 53 | 0 | 47 | 43 | 1 | 165 | 61 | 40 |
| Octal | 374 | 112 | 123 | 0 | 107 | 103 | 1 | 545 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1010011 | 0 | 1000111 | 1000011 | 1 | 101100101 | 1100001 | 1000000 |
Color Harmonies of #FC4A53
Complementary color
Monochromatic Colors of #FC4A53
Black with #FC4A53
Text Example
Text Example
White with #FC4A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A53; }
p { color: rgb(252,74,83); }
H1.HeaderClassName
{
color: #FC4A53;
}
.AnyTagClassName
{
color: #FC4A53;
}
</style>
background-color css
<style>
a { background-color: #FC4A53; }
a { background-color: rgb(252,74,83); }
div.DivClassName
{
background-color: #FC4A53;
}
.BgClassName
{
background-color: #FC4A53;
}
</style>
border-color css
<style>
span { border-color: #FC4A53; }
span { border-color: rgb(252,74,83); }
td.TdClassName
{
border-color: #FC4A53;
}
.TagClassName
{
border-color: #FC4A53;
}
</style>