Shades of Radical Red #FC2F4D
Tints of Radical Red #FC2F4D
RGB
CMYK
RGB Variations
Color information
#FC2F4D (or 0xFC2F4D) is known color: Radical Red. HEX triplet: FC, 2F and 4D. RGB value is (252,47,77). Sum of RGB (Red+Green+Blue) = 252+47+77=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F4D is #03D0B2. Grayscale: #6F6F6F. Windows color (decimal): -250035 or 5058556. OLE color: 5058556.
HSL color Cylindrical-coordinate representation of color #FC2F4D: hue angle of 351.22º 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 #FC2F4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.01 |
| HSL | 351.22º | 0.97% | 0.59% | - |
| HSV(B) | 351.22º | 0.81% | 0.99% | - |
| XYZ | 42.5 | 23.26 | 9.27 | - |
| YUV | 111.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 77 | 0 | 0.81 | 0.69 | 0.01 | 351.22 | 0.97 | 0.59 |
| Hex | FC | 2F | 4D | 0 | 51 | 45 | 1 | 15F | 61 | 3B |
| Octal | 374 | 57 | 115 | 0 | 121 | 105 | 1 | 537 | 141 | 73 |
| Binary | 11111100 | 101111 | 1001101 | 0 | 1010001 | 1000101 | 1 | 101011111 | 1100001 | 111011 |
Color Harmonies of #FC2F4D
Complementary color
Monochromatic Colors of #FC2F4D
Black with #FC2F4D
Text Example
Text Example
White with #FC2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F4D; }
p { color: rgb(252,47,77); }
H1.HeaderClassName
{
color: #FC2F4D;
}
.AnyTagClassName
{
color: #FC2F4D;
}
</style>
background-color css
<style>
a { background-color: #FC2F4D; }
a { background-color: rgb(252,47,77); }
div.DivClassName
{
background-color: #FC2F4D;
}
.BgClassName
{
background-color: #FC2F4D;
}
</style>
border-color css
<style>
span { border-color: #FC2F4D; }
span { border-color: rgb(252,47,77); }
td.TdClassName
{
border-color: #FC2F4D;
}
.TagClassName
{
border-color: #FC2F4D;
}
</style>