Shades of Radical Red #FC3E5D
Tints of Radical Red #FC3E5D
RGB
CMYK
RGB Variations
Color information
#FC3E5D (or 0xFC3E5D) is known color: Radical Red. HEX triplet: FC, 3E and 5D. RGB value is (252,62,93). Sum of RGB (Red+Green+Blue) = 252+62+93=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E5D is #03C1A2. Grayscale: #7A7A7A. Windows color (decimal): -246179 or 6110972. OLE color: 6110972.
HSL color Cylindrical-coordinate representation of color #FC3E5D: hue angle of 350.21º 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 #FC3E5D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 93 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.01 |
| HSL | 350.21º | 0.97% | 0.62% | - |
| HSV(B) | 350.21º | 0.75% | 0.99% | - |
| XYZ | 43.84 | 24.93 | 12.86 | - |
| YUV | 122.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 93 | 0 | 0.75 | 0.63 | 0.01 | 350.21 | 0.97 | 0.62 |
| Hex | FC | 3E | 5D | 0 | 4B | 3F | 1 | 15E | 61 | 3E |
| Octal | 374 | 76 | 135 | 0 | 113 | 77 | 1 | 536 | 141 | 76 |
| Binary | 11111100 | 111110 | 1011101 | 0 | 1001011 | 111111 | 1 | 101011110 | 1100001 | 111110 |
Color Harmonies of #FC3E5D
Complementary color
Monochromatic Colors of #FC3E5D
Black with #FC3E5D
Text Example
Text Example
White with #FC3E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E5D; }
p { color: rgb(252,62,93); }
H1.HeaderClassName
{
color: #FC3E5D;
}
.AnyTagClassName
{
color: #FC3E5D;
}
</style>
background-color css
<style>
a { background-color: #FC3E5D; }
a { background-color: rgb(252,62,93); }
div.DivClassName
{
background-color: #FC3E5D;
}
.BgClassName
{
background-color: #FC3E5D;
}
</style>
border-color css
<style>
span { border-color: #FC3E5D; }
span { border-color: rgb(252,62,93); }
td.TdClassName
{
border-color: #FC3E5D;
}
.TagClassName
{
border-color: #FC3E5D;
}
</style>