Shades of Radical Red #FC4D54
Tints of Radical Red #FC4D54
RGB
CMYK
RGB Variations
Color information
#FC4D54 (or 0xFC4D54) is known color: Radical Red. HEX triplet: FC, 4D and 54. RGB value is (252,77,84). Sum of RGB (Red+Green+Blue) = 252+77+84=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D54 is #03B2AB. Grayscale: #828282. Windows color (decimal): -242348 or 5524988. OLE color: 5524988.
HSL color Cylindrical-coordinate representation of color #FC4D54: hue angle of 357.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D54 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 84 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.01 |
| HSL | 357.6º | 0.97% | 0.65% | - |
| HSV(B) | 357.6º | 0.69% | 0.99% | - |
| XYZ | 44.4 | 26.64 | 11.19 | - |
| YUV | 130.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 84 | 0 | 0.69 | 0.67 | 0.01 | 357.6 | 0.97 | 0.65 |
| Hex | FC | 4D | 54 | 0 | 45 | 43 | 1 | 166 | 61 | 41 |
| Octal | 374 | 115 | 124 | 0 | 105 | 103 | 1 | 546 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1010100 | 0 | 1000101 | 1000011 | 1 | 101100110 | 1100001 | 1000001 |
Color Harmonies of #FC4D54
Complementary color
Monochromatic Colors of #FC4D54
Black with #FC4D54
Text Example
Text Example
White with #FC4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D54; }
p { color: rgb(252,77,84); }
H1.HeaderClassName
{
color: #FC4D54;
}
.AnyTagClassName
{
color: #FC4D54;
}
</style>
background-color css
<style>
a { background-color: #FC4D54; }
a { background-color: rgb(252,77,84); }
div.DivClassName
{
background-color: #FC4D54;
}
.BgClassName
{
background-color: #FC4D54;
}
</style>
border-color css
<style>
span { border-color: #FC4D54; }
span { border-color: rgb(252,77,84); }
td.TdClassName
{
border-color: #FC4D54;
}
.TagClassName
{
border-color: #FC4D54;
}
</style>