Shades of Radical Red #FC3A5A
Tints of Radical Red #FC3A5A
RGB
CMYK
RGB Variations
Color information
#FC3A5A (or 0xFC3A5A) is known color: Radical Red. HEX triplet: FC, 3A and 5A. RGB value is (252,58,90). Sum of RGB (Red+Green+Blue) = 252+58+90=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A5A is #03C5A5. Grayscale: #777777. Windows color (decimal): -247206 or 5913340. OLE color: 5913340.
HSL color Cylindrical-coordinate representation of color #FC3A5A: hue angle of 350.1º 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 #FC3A5A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 90 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.01 |
| HSL | 350.1º | 0.97% | 0.61% | - |
| HSV(B) | 350.1º | 0.77% | 0.99% | - |
| XYZ | 43.5 | 24.46 | 12.1 | - |
| YUV | 119.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 90 | 0 | 0.77 | 0.64 | 0.01 | 350.1 | 0.97 | 0.61 |
| Hex | FC | 3A | 5A | 0 | 4D | 40 | 1 | 15E | 61 | 3D |
| Octal | 374 | 72 | 132 | 0 | 115 | 100 | 1 | 536 | 141 | 75 |
| Binary | 11111100 | 111010 | 1011010 | 0 | 1001101 | 1000000 | 1 | 101011110 | 1100001 | 111101 |
Color Harmonies of #FC3A5A
Complementary color
Monochromatic Colors of #FC3A5A
Black with #FC3A5A
Text Example
Text Example
White with #FC3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A5A; }
p { color: rgb(252,58,90); }
H1.HeaderClassName
{
color: #FC3A5A;
}
.AnyTagClassName
{
color: #FC3A5A;
}
</style>
background-color css
<style>
a { background-color: #FC3A5A; }
a { background-color: rgb(252,58,90); }
div.DivClassName
{
background-color: #FC3A5A;
}
.BgClassName
{
background-color: #FC3A5A;
}
</style>
border-color css
<style>
span { border-color: #FC3A5A; }
span { border-color: rgb(252,58,90); }
td.TdClassName
{
border-color: #FC3A5A;
}
.TagClassName
{
border-color: #FC3A5A;
}
</style>