Shades of Radical Red #FC315A
Tints of Radical Red #FC315A
RGB
CMYK
RGB Variations
Color information
#FC315A (or 0xFC315A) is known color: Radical Red. HEX triplet: FC, 31 and 5A. RGB value is (252,49,90). Sum of RGB (Red+Green+Blue) = 252+49+90=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC315A is #03CEA5. Grayscale: #727272. Windows color (decimal): -249510 or 5911036. OLE color: 5911036.
HSL color Cylindrical-coordinate representation of color #FC315A: hue angle of 347.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC315A is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 90 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.01 |
| HSL | 347.88º | 0.97% | 0.59% | - |
| HSV(B) | 347.88º | 0.81% | 0.99% | - |
| XYZ | 43.09 | 23.63 | 11.96 | - |
| YUV | 114.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 90 | 0 | 0.81 | 0.64 | 0.01 | 347.88 | 0.97 | 0.59 |
| Hex | FC | 31 | 5A | 0 | 51 | 40 | 1 | 15C | 61 | 3B |
| Octal | 374 | 61 | 132 | 0 | 121 | 100 | 1 | 534 | 141 | 73 |
| Binary | 11111100 | 110001 | 1011010 | 0 | 1010001 | 1000000 | 1 | 101011100 | 1100001 | 111011 |
Color Harmonies of #FC315A
Complementary color
Monochromatic Colors of #FC315A
Black with #FC315A
Text Example
Text Example
White with #FC315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC315A; }
p { color: rgb(252,49,90); }
H1.HeaderClassName
{
color: #FC315A;
}
.AnyTagClassName
{
color: #FC315A;
}
</style>
background-color css
<style>
a { background-color: #FC315A; }
a { background-color: rgb(252,49,90); }
div.DivClassName
{
background-color: #FC315A;
}
.BgClassName
{
background-color: #FC315A;
}
</style>
border-color css
<style>
span { border-color: #FC315A; }
span { border-color: rgb(252,49,90); }
td.TdClassName
{
border-color: #FC315A;
}
.TagClassName
{
border-color: #FC315A;
}
</style>