Shades of Radical Red #FC475A
Tints of Radical Red #FC475A
RGB
CMYK
RGB Variations
Color information
#FC475A (or 0xFC475A) is known color: Radical Red. HEX triplet: FC, 47 and 5A. RGB value is (252,71,90). Sum of RGB (Red+Green+Blue) = 252+71+90=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC475A is #03B8A5. Grayscale: #7F7F7F. Windows color (decimal): -243878 or 5916668. OLE color: 5916668.
HSL color Cylindrical-coordinate representation of color #FC475A: hue angle of 353.7º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC475A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 90 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.01 |
| HSL | 353.7º | 0.97% | 0.63% | - |
| HSV(B) | 353.7º | 0.72% | 0.99% | - |
| XYZ | 44.24 | 25.94 | 12.35 | - |
| YUV | 127.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 90 | 0 | 0.72 | 0.64 | 0.01 | 353.7 | 0.97 | 0.63 |
| Hex | FC | 47 | 5A | 0 | 48 | 40 | 1 | 162 | 61 | 3F |
| Octal | 374 | 107 | 132 | 0 | 110 | 100 | 1 | 542 | 141 | 77 |
| Binary | 11111100 | 1000111 | 1011010 | 0 | 1001000 | 1000000 | 1 | 101100010 | 1100001 | 111111 |
Color Harmonies of #FC475A
Complementary color
Monochromatic Colors of #FC475A
Black with #FC475A
Text Example
Text Example
White with #FC475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC475A; }
p { color: rgb(252,71,90); }
H1.HeaderClassName
{
color: #FC475A;
}
.AnyTagClassName
{
color: #FC475A;
}
</style>
background-color css
<style>
a { background-color: #FC475A; }
a { background-color: rgb(252,71,90); }
div.DivClassName
{
background-color: #FC475A;
}
.BgClassName
{
background-color: #FC475A;
}
</style>
border-color css
<style>
span { border-color: #FC475A; }
span { border-color: rgb(252,71,90); }
td.TdClassName
{
border-color: #FC475A;
}
.TagClassName
{
border-color: #FC475A;
}
</style>