Shades of Radical Red #FC2D48
Tints of Radical Red #FC2D48
RGB
CMYK
RGB Variations
Color information
#FC2D48 (or 0xFC2D48) is known color: Radical Red. HEX triplet: FC, 2D and 48. RGB value is (252,45,72). Sum of RGB (Red+Green+Blue) = 252+45+72=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D48 is #03D2B7. Grayscale: #6E6E6E. Windows color (decimal): -250552 or 4730364. OLE color: 4730364.
HSL color Cylindrical-coordinate representation of color #FC2D48: hue angle of 352.17º 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 #FC2D48 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 72 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.01 |
| HSL | 352.17º | 0.97% | 0.58% | - |
| HSV(B) | 352.17º | 0.82% | 0.99% | - |
| XYZ | 42.25 | 23.04 | 8.35 | - |
| YUV | 109.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 72 | 0 | 0.82 | 0.71 | 0.01 | 352.17 | 0.97 | 0.58 |
| Hex | FC | 2D | 48 | 0 | 52 | 47 | 1 | 160 | 61 | 3A |
| Octal | 374 | 55 | 110 | 0 | 122 | 107 | 1 | 540 | 141 | 72 |
| Binary | 11111100 | 101101 | 1001000 | 0 | 1010010 | 1000111 | 1 | 101100000 | 1100001 | 111010 |
Color Harmonies of #FC2D48
Complementary color
Monochromatic Colors of #FC2D48
Black with #FC2D48
Text Example
Text Example
White with #FC2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D48; }
p { color: rgb(252,45,72); }
H1.HeaderClassName
{
color: #FC2D48;
}
.AnyTagClassName
{
color: #FC2D48;
}
</style>
background-color css
<style>
a { background-color: #FC2D48; }
a { background-color: rgb(252,45,72); }
div.DivClassName
{
background-color: #FC2D48;
}
.BgClassName
{
background-color: #FC2D48;
}
</style>
border-color css
<style>
span { border-color: #FC2D48; }
span { border-color: rgb(252,45,72); }
td.TdClassName
{
border-color: #FC2D48;
}
.TagClassName
{
border-color: #FC2D48;
}
</style>