Shades of Radical Red #FC385D
Tints of Radical Red #FC385D
RGB
CMYK
RGB Variations
Color information
#FC385D (or 0xFC385D) is known color: Radical Red. HEX triplet: FC, 38 and 5D. RGB value is (252,56,93). Sum of RGB (Red+Green+Blue) = 252+56+93=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385D is #03C7A2. Grayscale: #767676. Windows color (decimal): -247715 or 6109436. OLE color: 6109436.
HSL color Cylindrical-coordinate representation of color #FC385D: hue angle of 348.67º 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 #FC385D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.67º | 0.97% | 0.6% | - |
| HSV(B) | 348.67º | 0.78% | 0.99% | - |
| XYZ | 43.53 | 24.31 | 12.75 | - |
| YUV | 118.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 93 | 0 | 0.78 | 0.63 | 0.01 | 348.67 | 0.97 | 0.6 |
| Hex | FC | 38 | 5D | 0 | 4E | 3F | 1 | 15D | 61 | 3C |
| Octal | 374 | 70 | 135 | 0 | 116 | 77 | 1 | 535 | 141 | 74 |
| Binary | 11111100 | 111000 | 1011101 | 0 | 1001110 | 111111 | 1 | 101011101 | 1100001 | 111100 |
Color Harmonies of #FC385D
Complementary color
Monochromatic Colors of #FC385D
Black with #FC385D
Text Example
Text Example
White with #FC385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC385D; }
p { color: rgb(252,56,93); }
H1.HeaderClassName
{
color: #FC385D;
}
.AnyTagClassName
{
color: #FC385D;
}
</style>
background-color css
<style>
a { background-color: #FC385D; }
a { background-color: rgb(252,56,93); }
div.DivClassName
{
background-color: #FC385D;
}
.BgClassName
{
background-color: #FC385D;
}
</style>
border-color css
<style>
span { border-color: #FC385D; }
span { border-color: rgb(252,56,93); }
td.TdClassName
{
border-color: #FC385D;
}
.TagClassName
{
border-color: #FC385D;
}
</style>