Shades of Radical Red #FC356C
Tints of Radical Red #FC356C
RGB
CMYK
RGB Variations
Color information
#FC356C (or 0xFC356C) is known color: Radical Red. HEX triplet: FC, 35 and 6C. RGB value is (252,53,108). Sum of RGB (Red+Green+Blue) = 252+53+108=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC356C is #03CA93. Grayscale: #767676. Windows color (decimal): -248468 or 7091708. OLE color: 7091708.
HSL color Cylindrical-coordinate representation of color #FC356C: hue angle of 343.42º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC356C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 108 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.01 |
| HSL | 343.42º | 0.97% | 0.6% | - |
| HSV(B) | 343.42º | 0.79% | 0.99% | - |
| XYZ | 44.12 | 24.32 | 16.56 | - |
| YUV | 118.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 108 | 0 | 0.79 | 0.57 | 0.01 | 343.42 | 0.97 | 0.6 |
| Hex | FC | 35 | 6C | 0 | 4F | 39 | 1 | 157 | 61 | 3C |
| Octal | 374 | 65 | 154 | 0 | 117 | 71 | 1 | 527 | 141 | 74 |
| Binary | 11111100 | 110101 | 1101100 | 0 | 1001111 | 111001 | 1 | 101010111 | 1100001 | 111100 |
Color Harmonies of #FC356C
Complementary color
Monochromatic Colors of #FC356C
Black with #FC356C
Text Example
Text Example
White with #FC356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC356C; }
p { color: rgb(252,53,108); }
H1.HeaderClassName
{
color: #FC356C;
}
.AnyTagClassName
{
color: #FC356C;
}
</style>
background-color css
<style>
a { background-color: #FC356C; }
a { background-color: rgb(252,53,108); }
div.DivClassName
{
background-color: #FC356C;
}
.BgClassName
{
background-color: #FC356C;
}
</style>
border-color css
<style>
span { border-color: #FC356C; }
span { border-color: rgb(252,53,108); }
td.TdClassName
{
border-color: #FC356C;
}
.TagClassName
{
border-color: #FC356C;
}
</style>