Shades of Radical Red #FC3C6A
Tints of Radical Red #FC3C6A
RGB
CMYK
RGB Variations
Color information
#FC3C6A (or 0xFC3C6A) is known color: Radical Red. HEX triplet: FC, 3C and 6A. RGB value is (252,60,106). Sum of RGB (Red+Green+Blue) = 252+60+106=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C6A is #03C395. Grayscale: #7A7A7A. Windows color (decimal): -246678 or 6962428. OLE color: 6962428.
HSL color Cylindrical-coordinate representation of color #FC3C6A: hue angle of 345.62º 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 #FC3C6A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 106 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.01 |
| HSL | 345.63º | 0.97% | 0.61% | - |
| HSV(B) | 345.63º | 0.76% | 0.99% | - |
| XYZ | 44.36 | 24.97 | 16.12 | - |
| YUV | 122.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 106 | 0 | 0.76 | 0.58 | 0.01 | 345.63 | 0.97 | 0.61 |
| Hex | FC | 3C | 6A | 0 | 4C | 3A | 1 | 15A | 61 | 3D |
| Octal | 374 | 74 | 152 | 0 | 114 | 72 | 1 | 532 | 141 | 75 |
| Binary | 11111100 | 111100 | 1101010 | 0 | 1001100 | 111010 | 1 | 101011010 | 1100001 | 111101 |
Color Harmonies of #FC3C6A
Complementary color
Monochromatic Colors of #FC3C6A
Black with #FC3C6A
Text Example
Text Example
White with #FC3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C6A; }
p { color: rgb(252,60,106); }
H1.HeaderClassName
{
color: #FC3C6A;
}
.AnyTagClassName
{
color: #FC3C6A;
}
</style>
background-color css
<style>
a { background-color: #FC3C6A; }
a { background-color: rgb(252,60,106); }
div.DivClassName
{
background-color: #FC3C6A;
}
.BgClassName
{
background-color: #FC3C6A;
}
</style>
border-color css
<style>
span { border-color: #FC3C6A; }
span { border-color: rgb(252,60,106); }
td.TdClassName
{
border-color: #FC3C6A;
}
.TagClassName
{
border-color: #FC3C6A;
}
</style>