Shades of Radical Red #FC2F5E
Tints of Radical Red #FC2F5E
RGB
CMYK
RGB Variations
Color information
#FC2F5E (or 0xFC2F5E) is known color: Radical Red. HEX triplet: FC, 2F and 5E. RGB value is (252,47,94). Sum of RGB (Red+Green+Blue) = 252+47+94=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F5E is #03D0A1. Grayscale: #717171. Windows color (decimal): -250018 or 6172668. OLE color: 6172668.
HSL color Cylindrical-coordinate representation of color #FC2F5E: hue angle of 346.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F5E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 94 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.01 |
| HSL | 346.24º | 0.97% | 0.59% | - |
| HSV(B) | 346.24º | 0.81% | 0.99% | - |
| XYZ | 43.18 | 23.54 | 12.86 | - |
| YUV | 113.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 94 | 0 | 0.81 | 0.63 | 0.01 | 346.24 | 0.97 | 0.59 |
| Hex | FC | 2F | 5E | 0 | 51 | 3F | 1 | 15A | 61 | 3B |
| Octal | 374 | 57 | 136 | 0 | 121 | 77 | 1 | 532 | 141 | 73 |
| Binary | 11111100 | 101111 | 1011110 | 0 | 1010001 | 111111 | 1 | 101011010 | 1100001 | 111011 |
Color Harmonies of #FC2F5E
Complementary color
Monochromatic Colors of #FC2F5E
Black with #FC2F5E
Text Example
Text Example
White with #FC2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F5E; }
p { color: rgb(252,47,94); }
H1.HeaderClassName
{
color: #FC2F5E;
}
.AnyTagClassName
{
color: #FC2F5E;
}
</style>
background-color css
<style>
a { background-color: #FC2F5E; }
a { background-color: rgb(252,47,94); }
div.DivClassName
{
background-color: #FC2F5E;
}
.BgClassName
{
background-color: #FC2F5E;
}
</style>
border-color css
<style>
span { border-color: #FC2F5E; }
span { border-color: rgb(252,47,94); }
td.TdClassName
{
border-color: #FC2F5E;
}
.TagClassName
{
border-color: #FC2F5E;
}
</style>