Shades of Radical Red #FC515C
Tints of Radical Red #FC515C
RGB
CMYK
RGB Variations
Color information
#FC515C (or 0xFC515C) is known color: Radical Red. HEX triplet: FC, 51 and 5C. RGB value is (252,81,92). Sum of RGB (Red+Green+Blue) = 252+81+92=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC515C is #03AEA3. Grayscale: #858585. Windows color (decimal): -241316 or 6050300. OLE color: 6050300.
HSL color Cylindrical-coordinate representation of color #FC515C: hue angle of 356.14º 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 #FC515C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 92 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.01 |
| HSL | 356.14º | 0.97% | 0.65% | - |
| HSV(B) | 356.14º | 0.68% | 0.99% | - |
| XYZ | 45.02 | 27.35 | 13.03 | - |
| YUV | 133.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 92 | 0 | 0.68 | 0.63 | 0.01 | 356.14 | 0.97 | 0.65 |
| Hex | FC | 51 | 5C | 0 | 44 | 3F | 1 | 164 | 61 | 41 |
| Octal | 374 | 121 | 134 | 0 | 104 | 77 | 1 | 544 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1011100 | 0 | 1000100 | 111111 | 1 | 101100100 | 1100001 | 1000001 |
Color Harmonies of #FC515C
Complementary color
Monochromatic Colors of #FC515C
Black with #FC515C
Text Example
Text Example
White with #FC515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC515C; }
p { color: rgb(252,81,92); }
H1.HeaderClassName
{
color: #FC515C;
}
.AnyTagClassName
{
color: #FC515C;
}
</style>
background-color css
<style>
a { background-color: #FC515C; }
a { background-color: rgb(252,81,92); }
div.DivClassName
{
background-color: #FC515C;
}
.BgClassName
{
background-color: #FC515C;
}
</style>
border-color css
<style>
span { border-color: #FC515C; }
span { border-color: rgb(252,81,92); }
td.TdClassName
{
border-color: #FC515C;
}
.TagClassName
{
border-color: #FC515C;
}
</style>