Shades of Radical Red #FC3A49
Tints of Radical Red #FC3A49
RGB
CMYK
RGB Variations
Color information
#FC3A49 (or 0xFC3A49) is known color: Radical Red. HEX triplet: FC, 3A and 49. RGB value is (252,58,73). Sum of RGB (Red+Green+Blue) = 252+58+73=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A49 is #03C5B6. Grayscale: #757575. Windows color (decimal): -247223 or 4799228. OLE color: 4799228.
HSL color Cylindrical-coordinate representation of color #FC3A49: hue angle of 355.36º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A49 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.01 |
| HSL | 355.36º | 0.97% | 0.61% | - |
| HSV(B) | 355.36º | 0.77% | 0.99% | - |
| XYZ | 42.86 | 24.2 | 8.72 | - |
| YUV | 117.72 | 102.77 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 73 | 0 | 0.77 | 0.71 | 0.01 | 355.36 | 0.97 | 0.61 |
| Hex | FC | 3A | 49 | 0 | 4D | 47 | 1 | 163 | 61 | 3D |
| Octal | 374 | 72 | 111 | 0 | 115 | 107 | 1 | 543 | 141 | 75 |
| Binary | 11111100 | 111010 | 1001001 | 0 | 1001101 | 1000111 | 1 | 101100011 | 1100001 | 111101 |
Color Harmonies of #FC3A49
Complementary color
Monochromatic Colors of #FC3A49
Black with #FC3A49
Text Example
Text Example
White with #FC3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A49; }
p { color: rgb(252,58,73); }
H1.HeaderClassName
{
color: #FC3A49;
}
.AnyTagClassName
{
color: #FC3A49;
}
</style>
background-color css
<style>
a { background-color: #FC3A49; }
a { background-color: rgb(252,58,73); }
div.DivClassName
{
background-color: #FC3A49;
}
.BgClassName
{
background-color: #FC3A49;
}
</style>
border-color css
<style>
span { border-color: #FC3A49; }
span { border-color: rgb(252,58,73); }
td.TdClassName
{
border-color: #FC3A49;
}
.TagClassName
{
border-color: #FC3A49;
}
</style>