Shades of Radical Red #FC3C6E
Tints of Radical Red #FC3C6E
RGB
CMYK
RGB Variations
Color information
#FC3C6E (or 0xFC3C6E) is known color: Radical Red. HEX triplet: FC, 3C and 6E. RGB value is (252,60,110). Sum of RGB (Red+Green+Blue) = 252+60+110=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C6E is #03C391. Grayscale: #7B7B7B. Windows color (decimal): -246674 or 7224572. OLE color: 7224572.
HSL color Cylindrical-coordinate representation of color #FC3C6E: hue angle of 344.38º 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 #FC3C6E is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 110 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.01 |
| HSL | 344.38º | 0.97% | 0.61% | - |
| HSV(B) | 344.38º | 0.76% | 0.99% | - |
| XYZ | 44.58 | 25.05 | 17.24 | - |
| YUV | 123.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 110 | 0 | 0.76 | 0.56 | 0.01 | 344.38 | 0.97 | 0.61 |
| Hex | FC | 3C | 6E | 0 | 4C | 38 | 1 | 158 | 61 | 3D |
| Octal | 374 | 74 | 156 | 0 | 114 | 70 | 1 | 530 | 141 | 75 |
| Binary | 11111100 | 111100 | 1101110 | 0 | 1001100 | 111000 | 1 | 101011000 | 1100001 | 111101 |
Color Harmonies of #FC3C6E
Complementary color
Monochromatic Colors of #FC3C6E
Black with #FC3C6E
Text Example
Text Example
White with #FC3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C6E; }
p { color: rgb(252,60,110); }
H1.HeaderClassName
{
color: #FC3C6E;
}
.AnyTagClassName
{
color: #FC3C6E;
}
</style>
background-color css
<style>
a { background-color: #FC3C6E; }
a { background-color: rgb(252,60,110); }
div.DivClassName
{
background-color: #FC3C6E;
}
.BgClassName
{
background-color: #FC3C6E;
}
</style>
border-color css
<style>
span { border-color: #FC3C6E; }
span { border-color: rgb(252,60,110); }
td.TdClassName
{
border-color: #FC3C6E;
}
.TagClassName
{
border-color: #FC3C6E;
}
</style>