Shades of Radical Red #FC385C
Tints of Radical Red #FC385C
RGB
CMYK
RGB Variations
Color information
#FC385C (or 0xFC385C) is known color: Radical Red. HEX triplet: FC, 38 and 5C. RGB value is (252,56,92). Sum of RGB (Red+Green+Blue) = 252+56+92=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC385C is #03C7A3. Grayscale: #767676. Windows color (decimal): -247716 or 6043900. OLE color: 6043900.
HSL color Cylindrical-coordinate representation of color #FC385C: hue angle of 348.98º 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 #FC385C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 92 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.98º | 0.97% | 0.6% | - |
| HSV(B) | 348.98º | 0.78% | 0.99% | - |
| XYZ | 43.49 | 24.3 | 12.52 | - |
| YUV | 118.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 92 | 0 | 0.78 | 0.63 | 0.01 | 348.98 | 0.97 | 0.6 |
| Hex | FC | 38 | 5C | 0 | 4E | 3F | 1 | 15D | 61 | 3C |
| Octal | 374 | 70 | 134 | 0 | 116 | 77 | 1 | 535 | 141 | 74 |
| Binary | 11111100 | 111000 | 1011100 | 0 | 1001110 | 111111 | 1 | 101011101 | 1100001 | 111100 |
Color Harmonies of #FC385C
Complementary color
Monochromatic Colors of #FC385C
Black with #FC385C
Text Example
Text Example
White with #FC385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC385C; }
p { color: rgb(252,56,92); }
H1.HeaderClassName
{
color: #FC385C;
}
.AnyTagClassName
{
color: #FC385C;
}
</style>
background-color css
<style>
a { background-color: #FC385C; }
a { background-color: rgb(252,56,92); }
div.DivClassName
{
background-color: #FC385C;
}
.BgClassName
{
background-color: #FC385C;
}
</style>
border-color css
<style>
span { border-color: #FC385C; }
span { border-color: rgb(252,56,92); }
td.TdClassName
{
border-color: #FC385C;
}
.TagClassName
{
border-color: #FC385C;
}
</style>