Shades of Radical Red #FC394C
Tints of Radical Red #FC394C
RGB
CMYK
RGB Variations
Color information
#FC394C (or 0xFC394C) is known color: Radical Red. HEX triplet: FC, 39 and 4C. RGB value is (252,57,76). Sum of RGB (Red+Green+Blue) = 252+57+76=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC394C is #03C6B3. Grayscale: #757575. Windows color (decimal): -247476 or 4995580. OLE color: 4995580.
HSL color Cylindrical-coordinate representation of color #FC394C: hue angle of 354.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC394C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 76 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.01 |
| HSL | 354.15º | 0.97% | 0.61% | - |
| HSV(B) | 354.15º | 0.77% | 0.99% | - |
| XYZ | 42.91 | 24.14 | 9.24 | - |
| YUV | 117.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 76 | 0 | 0.77 | 0.70 | 0.01 | 354.15 | 0.97 | 0.61 |
| Hex | FC | 39 | 4C | 0 | 4D | 46 | 1 | 162 | 61 | 3D |
| Octal | 374 | 71 | 114 | 0 | 115 | 106 | 1 | 542 | 141 | 75 |
| Binary | 11111100 | 111001 | 1001100 | 0 | 1001101 | 1000110 | 1 | 101100010 | 1100001 | 111101 |
Color Harmonies of #FC394C
Complementary color
Monochromatic Colors of #FC394C
Black with #FC394C
Text Example
Text Example
White with #FC394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC394C; }
p { color: rgb(252,57,76); }
H1.HeaderClassName
{
color: #FC394C;
}
.AnyTagClassName
{
color: #FC394C;
}
</style>
background-color css
<style>
a { background-color: #FC394C; }
a { background-color: rgb(252,57,76); }
div.DivClassName
{
background-color: #FC394C;
}
.BgClassName
{
background-color: #FC394C;
}
</style>
border-color css
<style>
span { border-color: #FC394C; }
span { border-color: rgb(252,57,76); }
td.TdClassName
{
border-color: #FC394C;
}
.TagClassName
{
border-color: #FC394C;
}
</style>