Shades of Radical Red #FC3E6C
Tints of Radical Red #FC3E6C
RGB
CMYK
RGB Variations
Color information
#FC3E6C (or 0xFC3E6C) is known color: Radical Red. HEX triplet: FC, 3E and 6C. RGB value is (252,62,108). Sum of RGB (Red+Green+Blue) = 252+62+108=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E6C is #03C193. Grayscale: #7C7C7C. Windows color (decimal): -246164 or 7094012. OLE color: 7094012.
HSL color Cylindrical-coordinate representation of color #FC3E6C: hue angle of 345.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E6C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 108 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.01 |
| HSL | 345.47º | 0.97% | 0.62% | - |
| HSV(B) | 345.47º | 0.75% | 0.99% | - |
| XYZ | 44.57 | 25.22 | 16.71 | - |
| YUV | 124.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 108 | 0 | 0.75 | 0.57 | 0.01 | 345.47 | 0.97 | 0.62 |
| Hex | FC | 3E | 6C | 0 | 4B | 39 | 1 | 159 | 61 | 3E |
| Octal | 374 | 76 | 154 | 0 | 113 | 71 | 1 | 531 | 141 | 76 |
| Binary | 11111100 | 111110 | 1101100 | 0 | 1001011 | 111001 | 1 | 101011001 | 1100001 | 111110 |
Color Harmonies of #FC3E6C
Complementary color
Monochromatic Colors of #FC3E6C
Black with #FC3E6C
Text Example
Text Example
White with #FC3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E6C; }
p { color: rgb(252,62,108); }
H1.HeaderClassName
{
color: #FC3E6C;
}
.AnyTagClassName
{
color: #FC3E6C;
}
</style>
background-color css
<style>
a { background-color: #FC3E6C; }
a { background-color: rgb(252,62,108); }
div.DivClassName
{
background-color: #FC3E6C;
}
.BgClassName
{
background-color: #FC3E6C;
}
</style>
border-color css
<style>
span { border-color: #FC3E6C; }
span { border-color: rgb(252,62,108); }
td.TdClassName
{
border-color: #FC3E6C;
}
.TagClassName
{
border-color: #FC3E6C;
}
</style>