Shades of Radical Red #FC5054
Tints of Radical Red #FC5054
RGB
CMYK
RGB Variations
Color information
#FC5054 (or 0xFC5054) is known color: Radical Red. HEX triplet: FC, 50 and 54. RGB value is (252,80,84). Sum of RGB (Red+Green+Blue) = 252+80+84=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5054 is #03AFAB. Grayscale: #848484. Windows color (decimal): -241580 or 5525756. OLE color: 5525756.
HSL color Cylindrical-coordinate representation of color #FC5054: hue angle of 358.6º 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 #FC5054 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 84 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.01 |
| HSL | 358.6º | 0.97% | 0.65% | - |
| HSV(B) | 358.6º | 0.68% | 0.99% | - |
| XYZ | 44.61 | 27.07 | 11.26 | - |
| YUV | 131.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 84 | 0 | 0.68 | 0.67 | 0.01 | 358.6 | 0.97 | 0.65 |
| Hex | FC | 50 | 54 | 0 | 44 | 43 | 1 | 167 | 61 | 41 |
| Octal | 374 | 120 | 124 | 0 | 104 | 103 | 1 | 547 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1010100 | 0 | 1000100 | 1000011 | 1 | 101100111 | 1100001 | 1000001 |
Color Harmonies of #FC5054
Complementary color
Monochromatic Colors of #FC5054
Black with #FC5054
Text Example
Text Example
White with #FC5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5054; }
p { color: rgb(252,80,84); }
H1.HeaderClassName
{
color: #FC5054;
}
.AnyTagClassName
{
color: #FC5054;
}
</style>
background-color css
<style>
a { background-color: #FC5054; }
a { background-color: rgb(252,80,84); }
div.DivClassName
{
background-color: #FC5054;
}
.BgClassName
{
background-color: #FC5054;
}
</style>
border-color css
<style>
span { border-color: #FC5054; }
span { border-color: rgb(252,80,84); }
td.TdClassName
{
border-color: #FC5054;
}
.TagClassName
{
border-color: #FC5054;
}
</style>