Shades of Radical Red #FC4D57
Tints of Radical Red #FC4D57
RGB
CMYK
RGB Variations
Color information
#FC4D57 (or 0xFC4D57) is known color: Radical Red. HEX triplet: FC, 4D and 57. RGB value is (252,77,87). Sum of RGB (Red+Green+Blue) = 252+77+87=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D57 is #03B2A8. Grayscale: #828282. Windows color (decimal): -242345 or 5721596. OLE color: 5721596.
HSL color Cylindrical-coordinate representation of color #FC4D57: hue angle of 356.57º 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 #FC4D57 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 87 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.01 |
| HSL | 356.57º | 0.97% | 0.65% | - |
| HSV(B) | 356.57º | 0.69% | 0.99% | - |
| XYZ | 44.52 | 26.69 | 11.82 | - |
| YUV | 130.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 87 | 0 | 0.69 | 0.65 | 0.01 | 356.57 | 0.97 | 0.65 |
| Hex | FC | 4D | 57 | 0 | 45 | 41 | 1 | 165 | 61 | 41 |
| Octal | 374 | 115 | 127 | 0 | 105 | 101 | 1 | 545 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1010111 | 0 | 1000101 | 1000001 | 1 | 101100101 | 1100001 | 1000001 |
Color Harmonies of #FC4D57
Complementary color
Monochromatic Colors of #FC4D57
Black with #FC4D57
Text Example
Text Example
White with #FC4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D57; }
p { color: rgb(252,77,87); }
H1.HeaderClassName
{
color: #FC4D57;
}
.AnyTagClassName
{
color: #FC4D57;
}
</style>
background-color css
<style>
a { background-color: #FC4D57; }
a { background-color: rgb(252,77,87); }
div.DivClassName
{
background-color: #FC4D57;
}
.BgClassName
{
background-color: #FC4D57;
}
</style>
border-color css
<style>
span { border-color: #FC4D57; }
span { border-color: rgb(252,77,87); }
td.TdClassName
{
border-color: #FC4D57;
}
.TagClassName
{
border-color: #FC4D57;
}
</style>