Shades of Radical Red #FC4D52
Tints of Radical Red #FC4D52
RGB
CMYK
RGB Variations
Color information
#FC4D52 (or 0xFC4D52) is known color: Radical Red. HEX triplet: FC, 4D and 52. RGB value is (252,77,82). Sum of RGB (Red+Green+Blue) = 252+77+82=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D52 is #03B2AD. Grayscale: #828282. Windows color (decimal): -242350 or 5393916. OLE color: 5393916.
HSL color Cylindrical-coordinate representation of color #FC4D52: hue angle of 358.29º 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 #FC4D52 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 82 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.01 |
| HSL | 358.29º | 0.97% | 0.65% | - |
| HSV(B) | 358.29º | 0.69% | 0.99% | - |
| XYZ | 44.32 | 26.61 | 10.78 | - |
| YUV | 129.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 82 | 0 | 0.69 | 0.67 | 0.01 | 358.29 | 0.97 | 0.65 |
| Hex | FC | 4D | 52 | 0 | 45 | 43 | 1 | 166 | 61 | 41 |
| Octal | 374 | 115 | 122 | 0 | 105 | 103 | 1 | 546 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1010010 | 0 | 1000101 | 1000011 | 1 | 101100110 | 1100001 | 1000001 |
Color Harmonies of #FC4D52
Complementary color
Monochromatic Colors of #FC4D52
Black with #FC4D52
Text Example
Text Example
White with #FC4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D52; }
p { color: rgb(252,77,82); }
H1.HeaderClassName
{
color: #FC4D52;
}
.AnyTagClassName
{
color: #FC4D52;
}
</style>
background-color css
<style>
a { background-color: #FC4D52; }
a { background-color: rgb(252,77,82); }
div.DivClassName
{
background-color: #FC4D52;
}
.BgClassName
{
background-color: #FC4D52;
}
</style>
border-color css
<style>
span { border-color: #FC4D52; }
span { border-color: rgb(252,77,82); }
td.TdClassName
{
border-color: #FC4D52;
}
.TagClassName
{
border-color: #FC4D52;
}
</style>