Shades of Radical Red #FC2F54
Tints of Radical Red #FC2F54
RGB
CMYK
RGB Variations
Color information
#FC2F54 (or 0xFC2F54) is known color: Radical Red. HEX triplet: FC, 2F and 54. RGB value is (252,47,84). Sum of RGB (Red+Green+Blue) = 252+47+84=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F54 is #03D0AB. Grayscale: #707070. Windows color (decimal): -250028 or 5517308. OLE color: 5517308.
HSL color Cylindrical-coordinate representation of color #FC2F54: hue angle of 349.17º 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 #FC2F54 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 84 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.01 |
| HSL | 349.17º | 0.97% | 0.59% | - |
| HSV(B) | 349.17º | 0.81% | 0.99% | - |
| XYZ | 42.76 | 23.37 | 10.64 | - |
| YUV | 112.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 84 | 0 | 0.81 | 0.67 | 0.01 | 349.17 | 0.97 | 0.59 |
| Hex | FC | 2F | 54 | 0 | 51 | 43 | 1 | 15D | 61 | 3B |
| Octal | 374 | 57 | 124 | 0 | 121 | 103 | 1 | 535 | 141 | 73 |
| Binary | 11111100 | 101111 | 1010100 | 0 | 1010001 | 1000011 | 1 | 101011101 | 1100001 | 111011 |
Color Harmonies of #FC2F54
Complementary color
Monochromatic Colors of #FC2F54
Black with #FC2F54
Text Example
Text Example
White with #FC2F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F54; }
p { color: rgb(252,47,84); }
H1.HeaderClassName
{
color: #FC2F54;
}
.AnyTagClassName
{
color: #FC2F54;
}
</style>
background-color css
<style>
a { background-color: #FC2F54; }
a { background-color: rgb(252,47,84); }
div.DivClassName
{
background-color: #FC2F54;
}
.BgClassName
{
background-color: #FC2F54;
}
</style>
border-color css
<style>
span { border-color: #FC2F54; }
span { border-color: rgb(252,47,84); }
td.TdClassName
{
border-color: #FC2F54;
}
.TagClassName
{
border-color: #FC2F54;
}
</style>