Shades of Radical Red #FC3672
Tints of Radical Red #FC3672
RGB
CMYK
RGB Variations
Color information
#FC3672 (or 0xFC3672) is known color: Radical Red. HEX triplet: FC, 36 and 72. RGB value is (252,54,114). Sum of RGB (Red+Green+Blue) = 252+54+114=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3672 is #03C98D. Grayscale: #787878. Windows color (decimal): -248206 or 7485180. OLE color: 7485180.
HSL color Cylindrical-coordinate representation of color #FC3672: hue angle of 341.82º 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 #FC3672 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 114 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.01 |
| HSL | 341.82º | 0.97% | 0.6% | - |
| HSV(B) | 341.82º | 0.79% | 0.99% | - |
| XYZ | 44.5 | 24.55 | 18.31 | - |
| YUV | 120.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 114 | 0 | 0.79 | 0.55 | 0.01 | 341.82 | 0.97 | 0.6 |
| Hex | FC | 36 | 72 | 0 | 4F | 37 | 1 | 156 | 61 | 3C |
| Octal | 374 | 66 | 162 | 0 | 117 | 67 | 1 | 526 | 141 | 74 |
| Binary | 11111100 | 110110 | 1110010 | 0 | 1001111 | 110111 | 1 | 101010110 | 1100001 | 111100 |
Color Harmonies of #FC3672
Complementary color
Monochromatic Colors of #FC3672
Black with #FC3672
Text Example
Text Example
White with #FC3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3672; }
p { color: rgb(252,54,114); }
H1.HeaderClassName
{
color: #FC3672;
}
.AnyTagClassName
{
color: #FC3672;
}
</style>
background-color css
<style>
a { background-color: #FC3672; }
a { background-color: rgb(252,54,114); }
div.DivClassName
{
background-color: #FC3672;
}
.BgClassName
{
background-color: #FC3672;
}
</style>
border-color css
<style>
span { border-color: #FC3672; }
span { border-color: rgb(252,54,114); }
td.TdClassName
{
border-color: #FC3672;
}
.TagClassName
{
border-color: #FC3672;
}
</style>