Shades of Radical Red #FC386D
Tints of Radical Red #FC386D
RGB
CMYK
RGB Variations
Color information
#FC386D (or 0xFC386D) is known color: Radical Red. HEX triplet: FC, 38 and 6D. RGB value is (252,56,109). Sum of RGB (Red+Green+Blue) = 252+56+109=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC386D is #03C792. Grayscale: #787878. Windows color (decimal): -247699 or 7158012. OLE color: 7158012.
HSL color Cylindrical-coordinate representation of color #FC386D: hue angle of 343.78º 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 #FC386D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 109 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.01 |
| HSL | 343.78º | 0.97% | 0.6% | - |
| HSV(B) | 343.78º | 0.78% | 0.99% | - |
| XYZ | 44.32 | 24.63 | 16.89 | - |
| YUV | 120.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 109 | 0 | 0.78 | 0.57 | 0.01 | 343.78 | 0.97 | 0.6 |
| Hex | FC | 38 | 6D | 0 | 4E | 39 | 1 | 158 | 61 | 3C |
| Octal | 374 | 70 | 155 | 0 | 116 | 71 | 1 | 530 | 141 | 74 |
| Binary | 11111100 | 111000 | 1101101 | 0 | 1001110 | 111001 | 1 | 101011000 | 1100001 | 111100 |
Color Harmonies of #FC386D
Complementary color
Monochromatic Colors of #FC386D
Black with #FC386D
Text Example
Text Example
White with #FC386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC386D; }
p { color: rgb(252,56,109); }
H1.HeaderClassName
{
color: #FC386D;
}
.AnyTagClassName
{
color: #FC386D;
}
</style>
background-color css
<style>
a { background-color: #FC386D; }
a { background-color: rgb(252,56,109); }
div.DivClassName
{
background-color: #FC386D;
}
.BgClassName
{
background-color: #FC386D;
}
</style>
border-color css
<style>
span { border-color: #FC386D; }
span { border-color: rgb(252,56,109); }
td.TdClassName
{
border-color: #FC386D;
}
.TagClassName
{
border-color: #FC386D;
}
</style>