Shades of Radical Red #FC385E
Tints of Radical Red #FC385E
RGB
CMYK
RGB Variations
Color information
#FC385E (or 0xFC385E) is known color: Radical Red. HEX triplet: FC, 38 and 5E. RGB value is (252,56,94). Sum of RGB (Red+Green+Blue) = 252+56+94=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385E is #03C7A1. Grayscale: #767676. Windows color (decimal): -247714 or 6174972. OLE color: 6174972.
HSL color Cylindrical-coordinate representation of color #FC385E: hue angle of 348.37º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC385E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 94 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.37º | 0.97% | 0.6% | - |
| HSV(B) | 348.37º | 0.78% | 0.99% | - |
| XYZ | 43.58 | 24.33 | 12.99 | - |
| YUV | 118.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 94 | 0 | 0.78 | 0.63 | 0.01 | 348.37 | 0.97 | 0.6 |
| Hex | FC | 38 | 5E | 0 | 4E | 3F | 1 | 15C | 61 | 3C |
| Octal | 374 | 70 | 136 | 0 | 116 | 77 | 1 | 534 | 141 | 74 |
| Binary | 11111100 | 111000 | 1011110 | 0 | 1001110 | 111111 | 1 | 101011100 | 1100001 | 111100 |
Color Harmonies of #FC385E
Complementary color
Monochromatic Colors of #FC385E
Black with #FC385E
Text Example
Text Example
White with #FC385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC385E; }
p { color: rgb(252,56,94); }
H1.HeaderClassName
{
color: #FC385E;
}
.AnyTagClassName
{
color: #FC385E;
}
</style>
background-color css
<style>
a { background-color: #FC385E; }
a { background-color: rgb(252,56,94); }
div.DivClassName
{
background-color: #FC385E;
}
.BgClassName
{
background-color: #FC385E;
}
</style>
border-color css
<style>
span { border-color: #FC385E; }
span { border-color: rgb(252,56,94); }
td.TdClassName
{
border-color: #FC385E;
}
.TagClassName
{
border-color: #FC385E;
}
</style>