Shades of Radical Red #FC386C
Tints of Radical Red #FC386C
RGB
CMYK
RGB Variations
Color information
#FC386C (or 0xFC386C) is known color: Radical Red. HEX triplet: FC, 38 and 6C. RGB value is (252,56,108). Sum of RGB (Red+Green+Blue) = 252+56+108=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC386C is #03C793. Grayscale: #787878. Windows color (decimal): -247700 or 7092476. OLE color: 7092476.
HSL color Cylindrical-coordinate representation of color #FC386C: hue angle of 344.08º 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 #FC386C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.01 |
| HSL | 344.08º | 0.97% | 0.6% | - |
| HSV(B) | 344.08º | 0.78% | 0.99% | - |
| XYZ | 44.27 | 24.61 | 16.6 | - |
| YUV | 120.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 108 | 0 | 0.78 | 0.57 | 0.01 | 344.08 | 0.97 | 0.6 |
| Hex | FC | 38 | 6C | 0 | 4E | 39 | 1 | 158 | 61 | 3C |
| Octal | 374 | 70 | 154 | 0 | 116 | 71 | 1 | 530 | 141 | 74 |
| Binary | 11111100 | 111000 | 1101100 | 0 | 1001110 | 111001 | 1 | 101011000 | 1100001 | 111100 |
Color Harmonies of #FC386C
Complementary color
Monochromatic Colors of #FC386C
Black with #FC386C
Text Example
Text Example
White with #FC386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC386C; }
p { color: rgb(252,56,108); }
H1.HeaderClassName
{
color: #FC386C;
}
.AnyTagClassName
{
color: #FC386C;
}
</style>
background-color css
<style>
a { background-color: #FC386C; }
a { background-color: rgb(252,56,108); }
div.DivClassName
{
background-color: #FC386C;
}
.BgClassName
{
background-color: #FC386C;
}
</style>
border-color css
<style>
span { border-color: #FC386C; }
span { border-color: rgb(252,56,108); }
td.TdClassName
{
border-color: #FC386C;
}
.TagClassName
{
border-color: #FC386C;
}
</style>