Shades of Radical Red #FC4D55
Tints of Radical Red #FC4D55
RGB
CMYK
RGB Variations
Color information
#FC4D55 (or 0xFC4D55) is known color: Radical Red. HEX triplet: FC, 4D and 55. RGB value is (252,77,85). Sum of RGB (Red+Green+Blue) = 252+77+85=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D55 is #03B2AA. Grayscale: #828282. Windows color (decimal): -242347 or 5590524. OLE color: 5590524.
HSL color Cylindrical-coordinate representation of color #FC4D55: hue angle of 357.26º 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 #FC4D55 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 85 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.01 |
| HSL | 357.26º | 0.97% | 0.65% | - |
| HSV(B) | 357.26º | 0.69% | 0.99% | - |
| XYZ | 44.44 | 26.66 | 11.4 | - |
| YUV | 130.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 85 | 0 | 0.69 | 0.66 | 0.01 | 357.26 | 0.97 | 0.65 |
| Hex | FC | 4D | 55 | 0 | 45 | 42 | 1 | 165 | 61 | 41 |
| Octal | 374 | 115 | 125 | 0 | 105 | 102 | 1 | 545 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1010101 | 0 | 1000101 | 1000010 | 1 | 101100101 | 1100001 | 1000001 |
Color Harmonies of #FC4D55
Complementary color
Monochromatic Colors of #FC4D55
Black with #FC4D55
Text Example
Text Example
White with #FC4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D55; }
p { color: rgb(252,77,85); }
H1.HeaderClassName
{
color: #FC4D55;
}
.AnyTagClassName
{
color: #FC4D55;
}
</style>
background-color css
<style>
a { background-color: #FC4D55; }
a { background-color: rgb(252,77,85); }
div.DivClassName
{
background-color: #FC4D55;
}
.BgClassName
{
background-color: #FC4D55;
}
</style>
border-color css
<style>
span { border-color: #FC4D55; }
span { border-color: rgb(252,77,85); }
td.TdClassName
{
border-color: #FC4D55;
}
.TagClassName
{
border-color: #FC4D55;
}
</style>