Shades of Radical Red #FC3C45
Tints of Radical Red #FC3C45
RGB
CMYK
RGB Variations
Color information
#FC3C45 (or 0xFC3C45) is known color: Radical Red. HEX triplet: FC, 3C and 45. RGB value is (252,60,69). Sum of RGB (Red+Green+Blue) = 252+60+69=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C45 is #03C3BA. Grayscale: #767676. Windows color (decimal): -246715 or 4537596. OLE color: 4537596.
HSL color Cylindrical-coordinate representation of color #FC3C45: hue angle of 357.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C45 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 69 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.01 |
| HSL | 357.19º | 0.97% | 0.61% | - |
| HSV(B) | 357.19º | 0.76% | 0.99% | - |
| XYZ | 42.83 | 24.36 | 8.07 | - |
| YUV | 118.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 69 | 0 | 0.76 | 0.73 | 0.01 | 357.19 | 0.97 | 0.61 |
| Hex | FC | 3C | 45 | 0 | 4C | 49 | 1 | 165 | 61 | 3D |
| Octal | 374 | 74 | 105 | 0 | 114 | 111 | 1 | 545 | 141 | 75 |
| Binary | 11111100 | 111100 | 1000101 | 0 | 1001100 | 1001001 | 1 | 101100101 | 1100001 | 111101 |
Color Harmonies of #FC3C45
Complementary color
Monochromatic Colors of #FC3C45
Black with #FC3C45
Text Example
Text Example
White with #FC3C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C45; }
p { color: rgb(252,60,69); }
H1.HeaderClassName
{
color: #FC3C45;
}
.AnyTagClassName
{
color: #FC3C45;
}
</style>
background-color css
<style>
a { background-color: #FC3C45; }
a { background-color: rgb(252,60,69); }
div.DivClassName
{
background-color: #FC3C45;
}
.BgClassName
{
background-color: #FC3C45;
}
</style>
border-color css
<style>
span { border-color: #FC3C45; }
span { border-color: rgb(252,60,69); }
td.TdClassName
{
border-color: #FC3C45;
}
.TagClassName
{
border-color: #FC3C45;
}
</style>