Shades of Radical Red #FC3A54
Tints of Radical Red #FC3A54
RGB
CMYK
RGB Variations
Color information
#FC3A54 (or 0xFC3A54) is known color: Radical Red. HEX triplet: FC, 3A and 54. RGB value is (252,58,84). Sum of RGB (Red+Green+Blue) = 252+58+84=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A54 is #03C5AB. Grayscale: #777777. Windows color (decimal): -247212 or 5520124. OLE color: 5520124.
HSL color Cylindrical-coordinate representation of color #FC3A54: hue angle of 351.96º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A54 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 84 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.01 |
| HSL | 351.96º | 0.97% | 0.61% | - |
| HSV(B) | 351.96º | 0.77% | 0.99% | - |
| XYZ | 43.26 | 24.36 | 10.81 | - |
| YUV | 118.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 84 | 0 | 0.77 | 0.67 | 0.01 | 351.96 | 0.97 | 0.61 |
| Hex | FC | 3A | 54 | 0 | 4D | 43 | 1 | 160 | 61 | 3D |
| Octal | 374 | 72 | 124 | 0 | 115 | 103 | 1 | 540 | 141 | 75 |
| Binary | 11111100 | 111010 | 1010100 | 0 | 1001101 | 1000011 | 1 | 101100000 | 1100001 | 111101 |
Color Harmonies of #FC3A54
Complementary color
Monochromatic Colors of #FC3A54
Black with #FC3A54
Text Example
Text Example
White with #FC3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A54; }
p { color: rgb(252,58,84); }
H1.HeaderClassName
{
color: #FC3A54;
}
.AnyTagClassName
{
color: #FC3A54;
}
</style>
background-color css
<style>
a { background-color: #FC3A54; }
a { background-color: rgb(252,58,84); }
div.DivClassName
{
background-color: #FC3A54;
}
.BgClassName
{
background-color: #FC3A54;
}
</style>
border-color css
<style>
span { border-color: #FC3A54; }
span { border-color: rgb(252,58,84); }
td.TdClassName
{
border-color: #FC3A54;
}
.TagClassName
{
border-color: #FC3A54;
}
</style>