Shades of Radical Red #FC3756
Tints of Radical Red #FC3756
RGB
CMYK
RGB Variations
Color information
#FC3756 (or 0xFC3756) is known color: Radical Red. HEX triplet: FC, 37 and 56. RGB value is (252,55,86). Sum of RGB (Red+Green+Blue) = 252+55+86=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3756 is #03C8A9. Grayscale: #757575. Windows color (decimal): -247978 or 5650428. OLE color: 5650428.
HSL color Cylindrical-coordinate representation of color #FC3756: hue angle of 350.56º 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 #FC3756 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 86 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.01 |
| HSL | 350.56º | 0.97% | 0.6% | - |
| HSV(B) | 350.56º | 0.78% | 0.99% | - |
| XYZ | 43.19 | 24.1 | 11.18 | - |
| YUV | 117.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 86 | 0 | 0.78 | 0.66 | 0.01 | 350.56 | 0.97 | 0.6 |
| Hex | FC | 37 | 56 | 0 | 4E | 42 | 1 | 15F | 61 | 3C |
| Octal | 374 | 67 | 126 | 0 | 116 | 102 | 1 | 537 | 141 | 74 |
| Binary | 11111100 | 110111 | 1010110 | 0 | 1001110 | 1000010 | 1 | 101011111 | 1100001 | 111100 |
Color Harmonies of #FC3756
Complementary color
Monochromatic Colors of #FC3756
Black with #FC3756
Text Example
Text Example
White with #FC3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3756; }
p { color: rgb(252,55,86); }
H1.HeaderClassName
{
color: #FC3756;
}
.AnyTagClassName
{
color: #FC3756;
}
</style>
background-color css
<style>
a { background-color: #FC3756; }
a { background-color: rgb(252,55,86); }
div.DivClassName
{
background-color: #FC3756;
}
.BgClassName
{
background-color: #FC3756;
}
</style>
border-color css
<style>
span { border-color: #FC3756; }
span { border-color: rgb(252,55,86); }
td.TdClassName
{
border-color: #FC3756;
}
.TagClassName
{
border-color: #FC3756;
}
</style>