Shades of Radical Red #FC4D5C
Tints of Radical Red #FC4D5C
RGB
CMYK
RGB Variations
Color information
#FC4D5C (or 0xFC4D5C) is known color: Radical Red. HEX triplet: FC, 4D and 5C. RGB value is (252,77,92). Sum of RGB (Red+Green+Blue) = 252+77+92=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D5C is #03B2A3. Grayscale: #838383. Windows color (decimal): -242340 or 6049276. OLE color: 6049276.
HSL color Cylindrical-coordinate representation of color #FC4D5C: hue angle of 354.86º 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 #FC4D5C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 92 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.01 |
| HSL | 354.86º | 0.97% | 0.65% | - |
| HSV(B) | 354.86º | 0.69% | 0.99% | - |
| XYZ | 44.73 | 26.78 | 12.94 | - |
| YUV | 131.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 92 | 0 | 0.69 | 0.63 | 0.01 | 354.86 | 0.97 | 0.65 |
| Hex | FC | 4D | 5C | 0 | 45 | 3F | 1 | 163 | 61 | 41 |
| Octal | 374 | 115 | 134 | 0 | 105 | 77 | 1 | 543 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1011100 | 0 | 1000101 | 111111 | 1 | 101100011 | 1100001 | 1000001 |
Color Harmonies of #FC4D5C
Complementary color
Monochromatic Colors of #FC4D5C
Black with #FC4D5C
Text Example
Text Example
White with #FC4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D5C; }
p { color: rgb(252,77,92); }
H1.HeaderClassName
{
color: #FC4D5C;
}
.AnyTagClassName
{
color: #FC4D5C;
}
</style>
background-color css
<style>
a { background-color: #FC4D5C; }
a { background-color: rgb(252,77,92); }
div.DivClassName
{
background-color: #FC4D5C;
}
.BgClassName
{
background-color: #FC4D5C;
}
</style>
border-color css
<style>
span { border-color: #FC4D5C; }
span { border-color: rgb(252,77,92); }
td.TdClassName
{
border-color: #FC4D5C;
}
.TagClassName
{
border-color: #FC4D5C;
}
</style>