Shades of Radical Red #FC515A
Tints of Radical Red #FC515A
RGB
CMYK
RGB Variations
Color information
#FC515A (or 0xFC515A) is known color: Radical Red. HEX triplet: FC, 51 and 5A. RGB value is (252,81,90). Sum of RGB (Red+Green+Blue) = 252+81+90=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC515A is #03AEA5. Grayscale: #858585. Windows color (decimal): -241318 or 5919228. OLE color: 5919228.
HSL color Cylindrical-coordinate representation of color #FC515A: hue angle of 356.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC515A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.01 |
| HSL | 356.84º | 0.97% | 0.65% | - |
| HSV(B) | 356.84º | 0.68% | 0.99% | - |
| XYZ | 44.93 | 27.32 | 12.58 | - |
| YUV | 133.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 90 | 0 | 0.68 | 0.64 | 0.01 | 356.84 | 0.97 | 0.65 |
| Hex | FC | 51 | 5A | 0 | 44 | 40 | 1 | 165 | 61 | 41 |
| Octal | 374 | 121 | 132 | 0 | 104 | 100 | 1 | 545 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1011010 | 0 | 1000100 | 1000000 | 1 | 101100101 | 1100001 | 1000001 |
Color Harmonies of #FC515A
Complementary color
Monochromatic Colors of #FC515A
Black with #FC515A
Text Example
Text Example
White with #FC515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC515A; }
p { color: rgb(252,81,90); }
H1.HeaderClassName
{
color: #FC515A;
}
.AnyTagClassName
{
color: #FC515A;
}
</style>
background-color css
<style>
a { background-color: #FC515A; }
a { background-color: rgb(252,81,90); }
div.DivClassName
{
background-color: #FC515A;
}
.BgClassName
{
background-color: #FC515A;
}
</style>
border-color css
<style>
span { border-color: #FC515A; }
span { border-color: rgb(252,81,90); }
td.TdClassName
{
border-color: #FC515A;
}
.TagClassName
{
border-color: #FC515A;
}
</style>