Shades of Radical Red #FC294D
Tints of Radical Red #FC294D
RGB
CMYK
RGB Variations
Color information
#FC294D (or 0xFC294D) is known color: Radical Red. HEX triplet: FC, 29 and 4D. RGB value is (252,41,77). Sum of RGB (Red+Green+Blue) = 252+41+77=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC294D is #03D6B2. Grayscale: #6C6C6C. Windows color (decimal): -251571 or 5057020. OLE color: 5057020.
HSL color Cylindrical-coordinate representation of color #FC294D: hue angle of 349.76º 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 #FC294D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 77 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.01 |
| HSL | 349.76º | 0.97% | 0.57% | - |
| HSV(B) | 349.76º | 0.84% | 0.99% | - |
| XYZ | 42.28 | 22.82 | 9.2 | - |
| YUV | 108.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 77 | 0 | 0.84 | 0.69 | 0.01 | 349.76 | 0.97 | 0.57 |
| Hex | FC | 29 | 4D | 0 | 54 | 45 | 1 | 15E | 61 | 39 |
| Octal | 374 | 51 | 115 | 0 | 124 | 105 | 1 | 536 | 141 | 71 |
| Binary | 11111100 | 101001 | 1001101 | 0 | 1010100 | 1000101 | 1 | 101011110 | 1100001 | 111001 |
Color Harmonies of #FC294D
Complementary color
Monochromatic Colors of #FC294D
Black with #FC294D
Text Example
Text Example
White with #FC294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC294D; }
p { color: rgb(252,41,77); }
H1.HeaderClassName
{
color: #FC294D;
}
.AnyTagClassName
{
color: #FC294D;
}
</style>
background-color css
<style>
a { background-color: #FC294D; }
a { background-color: rgb(252,41,77); }
div.DivClassName
{
background-color: #FC294D;
}
.BgClassName
{
background-color: #FC294D;
}
</style>
border-color css
<style>
span { border-color: #FC294D; }
span { border-color: rgb(252,41,77); }
td.TdClassName
{
border-color: #FC294D;
}
.TagClassName
{
border-color: #FC294D;
}
</style>