Shades of Radical Red #FC505D
Tints of Radical Red #FC505D
RGB
CMYK
RGB Variations
Color information
#FC505D (or 0xFC505D) is known color: Radical Red. HEX triplet: FC, 50 and 5D. RGB value is (252,80,93). Sum of RGB (Red+Green+Blue) = 252+80+93=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505D is #03AFA2. Grayscale: #858585. Windows color (decimal): -241571 or 6115580. OLE color: 6115580.
HSL color Cylindrical-coordinate representation of color #FC505D: hue angle of 355.47º 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 #FC505D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.01 |
| HSL | 355.47º | 0.97% | 0.65% | - |
| HSV(B) | 355.47º | 0.68% | 0.99% | - |
| XYZ | 44.99 | 27.22 | 13.24 | - |
| YUV | 132.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 93 | 0 | 0.68 | 0.63 | 0.01 | 355.47 | 0.97 | 0.65 |
| Hex | FC | 50 | 5D | 0 | 44 | 3F | 1 | 163 | 61 | 41 |
| Octal | 374 | 120 | 135 | 0 | 104 | 77 | 1 | 543 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1011101 | 0 | 1000100 | 111111 | 1 | 101100011 | 1100001 | 1000001 |
Color Harmonies of #FC505D
Complementary color
Monochromatic Colors of #FC505D
Black with #FC505D
Text Example
Text Example
White with #FC505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC505D; }
p { color: rgb(252,80,93); }
H1.HeaderClassName
{
color: #FC505D;
}
.AnyTagClassName
{
color: #FC505D;
}
</style>
background-color css
<style>
a { background-color: #FC505D; }
a { background-color: rgb(252,80,93); }
div.DivClassName
{
background-color: #FC505D;
}
.BgClassName
{
background-color: #FC505D;
}
</style>
border-color css
<style>
span { border-color: #FC505D; }
span { border-color: rgb(252,80,93); }
td.TdClassName
{
border-color: #FC505D;
}
.TagClassName
{
border-color: #FC505D;
}
</style>