Shades of Radical Red #FC2A5E
Tints of Radical Red #FC2A5E
RGB
CMYK
RGB Variations
Color information
#FC2A5E (or 0xFC2A5E) is known color: Radical Red. HEX triplet: FC, 2A and 5E. RGB value is (252,42,94). Sum of RGB (Red+Green+Blue) = 252+42+94=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2A5E is #03D5A1. Grayscale: #6E6E6E. Windows color (decimal): -251298 or 6171388. OLE color: 6171388.
HSL color Cylindrical-coordinate representation of color #FC2A5E: hue angle of 345.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.01 |
| HSL | 345.14º | 0.97% | 0.58% | - |
| HSV(B) | 345.14º | 0.83% | 0.99% | - |
| XYZ | 42.99 | 23.16 | 12.79 | - |
| YUV | 110.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 94 | 0 | 0.83 | 0.63 | 0.01 | 345.14 | 0.97 | 0.58 |
| Hex | FC | 2A | 5E | 0 | 53 | 3F | 1 | 159 | 61 | 3A |
| Octal | 374 | 52 | 136 | 0 | 123 | 77 | 1 | 531 | 141 | 72 |
| Binary | 11111100 | 101010 | 1011110 | 0 | 1010011 | 111111 | 1 | 101011001 | 1100001 | 111010 |
Color Harmonies of #FC2A5E
Complementary color
Monochromatic Colors of #FC2A5E
Black with #FC2A5E
Text Example
Text Example
White with #FC2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A5E; }
p { color: rgb(252,42,94); }
H1.HeaderClassName
{
color: #FC2A5E;
}
.AnyTagClassName
{
color: #FC2A5E;
}
</style>
background-color css
<style>
a { background-color: #FC2A5E; }
a { background-color: rgb(252,42,94); }
div.DivClassName
{
background-color: #FC2A5E;
}
.BgClassName
{
background-color: #FC2A5E;
}
</style>
border-color css
<style>
span { border-color: #FC2A5E; }
span { border-color: rgb(252,42,94); }
td.TdClassName
{
border-color: #FC2A5E;
}
.TagClassName
{
border-color: #FC2A5E;
}
</style>