Shades of Coral #FC7F60
Tints of Coral #FC7F60
RGB
CMYK
RGB Variations
Color information
#FC7F60 (or 0xFC7F60) is known color: Coral. HEX triplet: FC, 7F and 60. RGB value is (252,127,96). Sum of RGB (Red+Green+Blue) = 252+127+96=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F60 is #03809F. Grayscale: #A1A1A1. Windows color (decimal): -229536 or 6324220. OLE color: 6324220.
HSL color Cylindrical-coordinate representation of color #FC7F60: hue angle of 11.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC7F60 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 96 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.01 |
| HSL | 11.92º | 0.96% | 0.68% | - |
| HSV(B) | 11.92º | 0.62% | 0.99% | - |
| XYZ | 49.85 | 36.72 | 15.53 | - |
| YUV | 160.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 96 | 0 | 0.50 | 0.62 | 0.01 | 11.92 | 0.96 | 0.68 |
| Hex | FC | 7F | 60 | 0 | 32 | 3E | 1 | C | 60 | 44 |
| Octal | 374 | 177 | 140 | 0 | 62 | 76 | 1 | 14 | 140 | 104 |
| Binary | 11111100 | 1111111 | 1100000 | 0 | 110010 | 111110 | 1 | 1100 | 1100000 | 1000100 |
Color Harmonies of #FC7F60
Complementary color
Monochromatic Colors of #FC7F60
Black with #FC7F60
Text Example
Text Example
White with #FC7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F60; }
p { color: rgb(252,127,96); }
H1.HeaderClassName
{
color: #FC7F60;
}
.AnyTagClassName
{
color: #FC7F60;
}
</style>
background-color css
<style>
a { background-color: #FC7F60; }
a { background-color: rgb(252,127,96); }
div.DivClassName
{
background-color: #FC7F60;
}
.BgClassName
{
background-color: #FC7F60;
}
</style>
border-color css
<style>
span { border-color: #FC7F60; }
span { border-color: rgb(252,127,96); }
td.TdClassName
{
border-color: #FC7F60;
}
.TagClassName
{
border-color: #FC7F60;
}
</style>