Shades of Radical Red #FC315E
Tints of Radical Red #FC315E
RGB
CMYK
RGB Variations
Color information
#FC315E (or 0xFC315E) is known color: Radical Red. HEX triplet: FC, 31 and 5E. RGB value is (252,49,94). Sum of RGB (Red+Green+Blue) = 252+49+94=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC315E is #03CEA1. Grayscale: #727272. Windows color (decimal): -249506 or 6173180. OLE color: 6173180.
HSL color Cylindrical-coordinate representation of color #FC315E: hue angle of 346.7º 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 #FC315E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 94 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.01 |
| HSL | 346.7º | 0.97% | 0.59% | - |
| HSV(B) | 346.7º | 0.81% | 0.99% | - |
| XYZ | 43.26 | 23.7 | 12.88 | - |
| YUV | 114.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 94 | 0 | 0.81 | 0.63 | 0.01 | 346.7 | 0.97 | 0.59 |
| Hex | FC | 31 | 5E | 0 | 51 | 3F | 1 | 15B | 61 | 3B |
| Octal | 374 | 61 | 136 | 0 | 121 | 77 | 1 | 533 | 141 | 73 |
| Binary | 11111100 | 110001 | 1011110 | 0 | 1010001 | 111111 | 1 | 101011011 | 1100001 | 111011 |
Color Harmonies of #FC315E
Complementary color
Monochromatic Colors of #FC315E
Black with #FC315E
Text Example
Text Example
White with #FC315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC315E; }
p { color: rgb(252,49,94); }
H1.HeaderClassName
{
color: #FC315E;
}
.AnyTagClassName
{
color: #FC315E;
}
</style>
background-color css
<style>
a { background-color: #FC315E; }
a { background-color: rgb(252,49,94); }
div.DivClassName
{
background-color: #FC315E;
}
.BgClassName
{
background-color: #FC315E;
}
</style>
border-color css
<style>
span { border-color: #FC315E; }
span { border-color: rgb(252,49,94); }
td.TdClassName
{
border-color: #FC315E;
}
.TagClassName
{
border-color: #FC315E;
}
</style>