Shades of Radical Red #FC3949
Tints of Radical Red #FC3949
RGB
CMYK
RGB Variations
Color information
#FC3949 (or 0xFC3949) is known color: Radical Red. HEX triplet: FC, 39 and 49. RGB value is (252,57,73). Sum of RGB (Red+Green+Blue) = 252+57+73=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3949 is #03C6B6. Grayscale: #757575. Windows color (decimal): -247479 or 4798972. OLE color: 4798972.
HSL color Cylindrical-coordinate representation of color #FC3949: hue angle of 355.08º 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 #FC3949 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.01 |
| HSL | 355.08º | 0.97% | 0.61% | - |
| HSV(B) | 355.08º | 0.77% | 0.99% | - |
| XYZ | 42.81 | 24.1 | 8.7 | - |
| YUV | 117.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 73 | 0 | 0.77 | 0.71 | 0.01 | 355.08 | 0.97 | 0.61 |
| Hex | FC | 39 | 49 | 0 | 4D | 47 | 1 | 163 | 61 | 3D |
| Octal | 374 | 71 | 111 | 0 | 115 | 107 | 1 | 543 | 141 | 75 |
| Binary | 11111100 | 111001 | 1001001 | 0 | 1001101 | 1000111 | 1 | 101100011 | 1100001 | 111101 |
Color Harmonies of #FC3949
Complementary color
Monochromatic Colors of #FC3949
Black with #FC3949
Text Example
Text Example
White with #FC3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3949; }
p { color: rgb(252,57,73); }
H1.HeaderClassName
{
color: #FC3949;
}
.AnyTagClassName
{
color: #FC3949;
}
</style>
background-color css
<style>
a { background-color: #FC3949; }
a { background-color: rgb(252,57,73); }
div.DivClassName
{
background-color: #FC3949;
}
.BgClassName
{
background-color: #FC3949;
}
</style>
border-color css
<style>
span { border-color: #FC3949; }
span { border-color: rgb(252,57,73); }
td.TdClassName
{
border-color: #FC3949;
}
.TagClassName
{
border-color: #FC3949;
}
</style>