Shades of Radical Red #FC3E5C
Tints of Radical Red #FC3E5C
RGB
CMYK
RGB Variations
Color information
#FC3E5C (or 0xFC3E5C) is known color: Radical Red. HEX triplet: FC, 3E and 5C. RGB value is (252,62,92). Sum of RGB (Red+Green+Blue) = 252+62+92=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E5C is #03C1A3. Grayscale: #7A7A7A. Windows color (decimal): -246180 or 6045436. OLE color: 6045436.
HSL color Cylindrical-coordinate representation of color #FC3E5C: hue angle of 350.53º 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 #FC3E5C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 92 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.01 |
| HSL | 350.53º | 0.97% | 0.62% | - |
| HSV(B) | 350.53º | 0.75% | 0.99% | - |
| XYZ | 43.8 | 24.91 | 12.63 | - |
| YUV | 122.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 92 | 0 | 0.75 | 0.63 | 0.01 | 350.53 | 0.97 | 0.62 |
| Hex | FC | 3E | 5C | 0 | 4B | 3F | 1 | 15F | 61 | 3E |
| Octal | 374 | 76 | 134 | 0 | 113 | 77 | 1 | 537 | 141 | 76 |
| Binary | 11111100 | 111110 | 1011100 | 0 | 1001011 | 111111 | 1 | 101011111 | 1100001 | 111110 |
Color Harmonies of #FC3E5C
Complementary color
Monochromatic Colors of #FC3E5C
Black with #FC3E5C
Text Example
Text Example
White with #FC3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E5C; }
p { color: rgb(252,62,92); }
H1.HeaderClassName
{
color: #FC3E5C;
}
.AnyTagClassName
{
color: #FC3E5C;
}
</style>
background-color css
<style>
a { background-color: #FC3E5C; }
a { background-color: rgb(252,62,92); }
div.DivClassName
{
background-color: #FC3E5C;
}
.BgClassName
{
background-color: #FC3E5C;
}
</style>
border-color css
<style>
span { border-color: #FC3E5C; }
span { border-color: rgb(252,62,92); }
td.TdClassName
{
border-color: #FC3E5C;
}
.TagClassName
{
border-color: #FC3E5C;
}
</style>