Shades of Radical Red #FC3E54
Tints of Radical Red #FC3E54
RGB
CMYK
RGB Variations
Color information
#FC3E54 (or 0xFC3E54) is known color: Radical Red. HEX triplet: FC, 3E and 54. RGB value is (252,62,84). Sum of RGB (Red+Green+Blue) = 252+62+84=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E54 is #03C1AB. Grayscale: #797979. Windows color (decimal): -246188 or 5521148. OLE color: 5521148.
HSL color Cylindrical-coordinate representation of color #FC3E54: hue angle of 353.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E54 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 84 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.01 |
| HSL | 353.05º | 0.97% | 0.62% | - |
| HSV(B) | 353.05º | 0.75% | 0.99% | - |
| XYZ | 43.47 | 24.78 | 10.88 | - |
| YUV | 121.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 84 | 0 | 0.75 | 0.67 | 0.01 | 353.05 | 0.97 | 0.62 |
| Hex | FC | 3E | 54 | 0 | 4B | 43 | 1 | 161 | 61 | 3E |
| Octal | 374 | 76 | 124 | 0 | 113 | 103 | 1 | 541 | 141 | 76 |
| Binary | 11111100 | 111110 | 1010100 | 0 | 1001011 | 1000011 | 1 | 101100001 | 1100001 | 111110 |
Color Harmonies of #FC3E54
Complementary color
Monochromatic Colors of #FC3E54
Black with #FC3E54
Text Example
Text Example
White with #FC3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E54; }
p { color: rgb(252,62,84); }
H1.HeaderClassName
{
color: #FC3E54;
}
.AnyTagClassName
{
color: #FC3E54;
}
</style>
background-color css
<style>
a { background-color: #FC3E54; }
a { background-color: rgb(252,62,84); }
div.DivClassName
{
background-color: #FC3E54;
}
.BgClassName
{
background-color: #FC3E54;
}
</style>
border-color css
<style>
span { border-color: #FC3E54; }
span { border-color: rgb(252,62,84); }
td.TdClassName
{
border-color: #FC3E54;
}
.TagClassName
{
border-color: #FC3E54;
}
</style>