Shades of Radical Red #FC3E6E
Tints of Radical Red #FC3E6E
RGB
CMYK
RGB Variations
Color information
#FC3E6E (or 0xFC3E6E) is known color: Radical Red. HEX triplet: FC, 3E and 6E. RGB value is (252,62,110). Sum of RGB (Red+Green+Blue) = 252+62+110=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E6E is #03C191. Grayscale: #7C7C7C. Windows color (decimal): -246162 or 7225084. OLE color: 7225084.
HSL color Cylindrical-coordinate representation of color #FC3E6E: hue angle of 344.84º 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 #FC3E6E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 110 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.01 |
| HSL | 344.84º | 0.97% | 0.62% | - |
| HSV(B) | 344.84º | 0.75% | 0.99% | - |
| XYZ | 44.68 | 25.27 | 17.27 | - |
| YUV | 124.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 110 | 0 | 0.75 | 0.56 | 0.01 | 344.84 | 0.97 | 0.62 |
| Hex | FC | 3E | 6E | 0 | 4B | 38 | 1 | 159 | 61 | 3E |
| Octal | 374 | 76 | 156 | 0 | 113 | 70 | 1 | 531 | 141 | 76 |
| Binary | 11111100 | 111110 | 1101110 | 0 | 1001011 | 111000 | 1 | 101011001 | 1100001 | 111110 |
Color Harmonies of #FC3E6E
Complementary color
Monochromatic Colors of #FC3E6E
Black with #FC3E6E
Text Example
Text Example
White with #FC3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E6E; }
p { color: rgb(252,62,110); }
H1.HeaderClassName
{
color: #FC3E6E;
}
.AnyTagClassName
{
color: #FC3E6E;
}
</style>
background-color css
<style>
a { background-color: #FC3E6E; }
a { background-color: rgb(252,62,110); }
div.DivClassName
{
background-color: #FC3E6E;
}
.BgClassName
{
background-color: #FC3E6E;
}
</style>
border-color css
<style>
span { border-color: #FC3E6E; }
span { border-color: rgb(252,62,110); }
td.TdClassName
{
border-color: #FC3E6E;
}
.TagClassName
{
border-color: #FC3E6E;
}
</style>