Shades of Radical Red #FC2E5A
Tints of Radical Red #FC2E5A
RGB
CMYK
RGB Variations
Color information
#FC2E5A (or 0xFC2E5A) is known color: Radical Red. HEX triplet: FC, 2E and 5A. RGB value is (252,46,90). Sum of RGB (Red+Green+Blue) = 252+46+90=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E5A is #03D1A5. Grayscale: #707070. Windows color (decimal): -250278 or 5910268. OLE color: 5910268.
HSL color Cylindrical-coordinate representation of color #FC2E5A: hue angle of 347.18º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2E5A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 90 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.01 |
| HSL | 347.18º | 0.97% | 0.58% | - |
| HSV(B) | 347.18º | 0.82% | 0.99% | - |
| XYZ | 42.97 | 23.39 | 11.92 | - |
| YUV | 112.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 90 | 0 | 0.82 | 0.64 | 0.01 | 347.18 | 0.97 | 0.58 |
| Hex | FC | 2E | 5A | 0 | 52 | 40 | 1 | 15B | 61 | 3A |
| Octal | 374 | 56 | 132 | 0 | 122 | 100 | 1 | 533 | 141 | 72 |
| Binary | 11111100 | 101110 | 1011010 | 0 | 1010010 | 1000000 | 1 | 101011011 | 1100001 | 111010 |
Color Harmonies of #FC2E5A
Complementary color
Monochromatic Colors of #FC2E5A
Black with #FC2E5A
Text Example
Text Example
White with #FC2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E5A; }
p { color: rgb(252,46,90); }
H1.HeaderClassName
{
color: #FC2E5A;
}
.AnyTagClassName
{
color: #FC2E5A;
}
</style>
background-color css
<style>
a { background-color: #FC2E5A; }
a { background-color: rgb(252,46,90); }
div.DivClassName
{
background-color: #FC2E5A;
}
.BgClassName
{
background-color: #FC2E5A;
}
</style>
border-color css
<style>
span { border-color: #FC2E5A; }
span { border-color: rgb(252,46,90); }
td.TdClassName
{
border-color: #FC2E5A;
}
.TagClassName
{
border-color: #FC2E5A;
}
</style>