Shades of Radical Red #FC3A5D
Tints of Radical Red #FC3A5D
RGB
CMYK
RGB Variations
Color information
#FC3A5D (or 0xFC3A5D) is known color: Radical Red. HEX triplet: FC, 3A and 5D. RGB value is (252,58,93). Sum of RGB (Red+Green+Blue) = 252+58+93=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A5D is #03C5A2. Grayscale: #787878. Windows color (decimal): -247203 or 6109948. OLE color: 6109948.
HSL color Cylindrical-coordinate representation of color #FC3A5D: hue angle of 349.18º 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 #FC3A5D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 93 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.01 |
| HSL | 349.18º | 0.97% | 0.61% | - |
| HSV(B) | 349.18º | 0.77% | 0.99% | - |
| XYZ | 43.63 | 24.51 | 12.79 | - |
| YUV | 120 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 93 | 0 | 0.77 | 0.63 | 0.01 | 349.18 | 0.97 | 0.61 |
| Hex | FC | 3A | 5D | 0 | 4D | 3F | 1 | 15D | 61 | 3D |
| Octal | 374 | 72 | 135 | 0 | 115 | 77 | 1 | 535 | 141 | 75 |
| Binary | 11111100 | 111010 | 1011101 | 0 | 1001101 | 111111 | 1 | 101011101 | 1100001 | 111101 |
Color Harmonies of #FC3A5D
Complementary color
Monochromatic Colors of #FC3A5D
Black with #FC3A5D
Text Example
Text Example
White with #FC3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A5D; }
p { color: rgb(252,58,93); }
H1.HeaderClassName
{
color: #FC3A5D;
}
.AnyTagClassName
{
color: #FC3A5D;
}
</style>
background-color css
<style>
a { background-color: #FC3A5D; }
a { background-color: rgb(252,58,93); }
div.DivClassName
{
background-color: #FC3A5D;
}
.BgClassName
{
background-color: #FC3A5D;
}
</style>
border-color css
<style>
span { border-color: #FC3A5D; }
span { border-color: rgb(252,58,93); }
td.TdClassName
{
border-color: #FC3A5D;
}
.TagClassName
{
border-color: #FC3A5D;
}
</style>