Shades of Radical Red #FC2951
Tints of Radical Red #FC2951
RGB
CMYK
RGB Variations
Color information
#FC2951 (or 0xFC2951) is known color: Radical Red. HEX triplet: FC, 29 and 51. RGB value is (252,41,81). Sum of RGB (Red+Green+Blue) = 252+41+81=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2951 is #03D6AE. Grayscale: #6C6C6C. Windows color (decimal): -251567 or 5319164. OLE color: 5319164.
HSL color Cylindrical-coordinate representation of color #FC2951: hue angle of 348.63º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2951 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 81 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.01 |
| HSL | 348.63º | 0.97% | 0.57% | - |
| HSV(B) | 348.63º | 0.84% | 0.99% | - |
| XYZ | 42.42 | 22.88 | 9.96 | - |
| YUV | 108.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 81 | 0 | 0.84 | 0.68 | 0.01 | 348.63 | 0.97 | 0.57 |
| Hex | FC | 29 | 51 | 0 | 54 | 44 | 1 | 15D | 61 | 39 |
| Octal | 374 | 51 | 121 | 0 | 124 | 104 | 1 | 535 | 141 | 71 |
| Binary | 11111100 | 101001 | 1010001 | 0 | 1010100 | 1000100 | 1 | 101011101 | 1100001 | 111001 |
Color Harmonies of #FC2951
Complementary color
Monochromatic Colors of #FC2951
Black with #FC2951
Text Example
Text Example
White with #FC2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2951; }
p { color: rgb(252,41,81); }
H1.HeaderClassName
{
color: #FC2951;
}
.AnyTagClassName
{
color: #FC2951;
}
</style>
background-color css
<style>
a { background-color: #FC2951; }
a { background-color: rgb(252,41,81); }
div.DivClassName
{
background-color: #FC2951;
}
.BgClassName
{
background-color: #FC2951;
}
</style>
border-color css
<style>
span { border-color: #FC2951; }
span { border-color: rgb(252,41,81); }
td.TdClassName
{
border-color: #FC2951;
}
.TagClassName
{
border-color: #FC2951;
}
</style>