Shades of Radical Red #FC4E5C
Tints of Radical Red #FC4E5C
RGB
CMYK
RGB Variations
Color information
#FC4E5C (or 0xFC4E5C) is known color: Radical Red. HEX triplet: FC, 4E and 5C. RGB value is (252,78,92). Sum of RGB (Red+Green+Blue) = 252+78+92=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E5C is #03B1A3. Grayscale: #838383. Windows color (decimal): -242084 or 6049532. OLE color: 6049532.
HSL color Cylindrical-coordinate representation of color #FC4E5C: hue angle of 355.17º 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 #FC4E5C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 92 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.01 |
| HSL | 355.17º | 0.97% | 0.65% | - |
| HSV(B) | 355.17º | 0.69% | 0.99% | - |
| XYZ | 44.8 | 26.92 | 12.96 | - |
| YUV | 131.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 92 | 0 | 0.69 | 0.63 | 0.01 | 355.17 | 0.97 | 0.65 |
| Hex | FC | 4E | 5C | 0 | 45 | 3F | 1 | 163 | 61 | 41 |
| Octal | 374 | 116 | 134 | 0 | 105 | 77 | 1 | 543 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1011100 | 0 | 1000101 | 111111 | 1 | 101100011 | 1100001 | 1000001 |
Color Harmonies of #FC4E5C
Complementary color
Monochromatic Colors of #FC4E5C
Black with #FC4E5C
Text Example
Text Example
White with #FC4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E5C; }
p { color: rgb(252,78,92); }
H1.HeaderClassName
{
color: #FC4E5C;
}
.AnyTagClassName
{
color: #FC4E5C;
}
</style>
background-color css
<style>
a { background-color: #FC4E5C; }
a { background-color: rgb(252,78,92); }
div.DivClassName
{
background-color: #FC4E5C;
}
.BgClassName
{
background-color: #FC4E5C;
}
</style>
border-color css
<style>
span { border-color: #FC4E5C; }
span { border-color: rgb(252,78,92); }
td.TdClassName
{
border-color: #FC4E5C;
}
.TagClassName
{
border-color: #FC4E5C;
}
</style>