Shades of Radical Red #FC2E6F
Tints of Radical Red #FC2E6F
RGB
CMYK
RGB Variations
Color information
#FC2E6F (or 0xFC2E6F) is known color: Radical Red. HEX triplet: FC, 2E and 6F. RGB value is (252,46,111). Sum of RGB (Red+Green+Blue) = 252+46+111=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2E6F is #03D190. Grayscale: #727272. Windows color (decimal): -250257 or 7286524. OLE color: 7286524.
HSL color Cylindrical-coordinate representation of color #FC2E6F: hue angle of 341.07º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2E6F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 111 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.01 |
| HSL | 341.07º | 0.97% | 0.58% | - |
| HSV(B) | 341.07º | 0.82% | 0.99% | - |
| XYZ | 43.99 | 23.8 | 17.31 | - |
| YUV | 115 | 125.75 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 111 | 0 | 0.82 | 0.56 | 0.01 | 341.07 | 0.97 | 0.58 |
| Hex | FC | 2E | 6F | 0 | 52 | 38 | 1 | 155 | 61 | 3A |
| Octal | 374 | 56 | 157 | 0 | 122 | 70 | 1 | 525 | 141 | 72 |
| Binary | 11111100 | 101110 | 1101111 | 0 | 1010010 | 111000 | 1 | 101010101 | 1100001 | 111010 |
Color Harmonies of #FC2E6F
Complementary color
Monochromatic Colors of #FC2E6F
Black with #FC2E6F
Text Example
Text Example
White with #FC2E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E6F; }
p { color: rgb(252,46,111); }
H1.HeaderClassName
{
color: #FC2E6F;
}
.AnyTagClassName
{
color: #FC2E6F;
}
</style>
background-color css
<style>
a { background-color: #FC2E6F; }
a { background-color: rgb(252,46,111); }
div.DivClassName
{
background-color: #FC2E6F;
}
.BgClassName
{
background-color: #FC2E6F;
}
</style>
border-color css
<style>
span { border-color: #FC2E6F; }
span { border-color: rgb(252,46,111); }
td.TdClassName
{
border-color: #FC2E6F;
}
.TagClassName
{
border-color: #FC2E6F;
}
</style>