Shades of Coral #FF7F60
Tints of Coral #FF7F60
RGB
CMYK
RGB Variations
Color information
#FF7F60 (or 0xFF7F60) is known color: Coral. HEX triplet: FF, 7F and 60. RGB value is (255,127,96). Sum of RGB (Red+Green+Blue) = 255+127+96=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F60 is #00809F. Grayscale: #A1A1A1. Windows color (decimal): -32928 or 6324223. OLE color: 6324223.
HSL color Cylindrical-coordinate representation of color #FF7F60: hue angle of 11.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7F60 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 96 | - |
| CMYK | 0 | 0.50 | 0.62 | 0 |
| HSL | 11.7º | 1% | 0.69% | - |
| HSV(B) | 11.7º | 0.62% | 1% | - |
| XYZ | 50.94 | 37.28 | 15.58 | - |
| YUV | 161.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 96 | 0 | 0.50 | 0.62 | 0 | 11.7 | 1 | 0.69 |
| Hex | FF | 7F | 60 | 0 | 32 | 3E | 0 | C | 64 | 45 |
| Octal | 377 | 177 | 140 | 0 | 62 | 76 | 0 | 14 | 144 | 105 |
| Binary | 11111111 | 1111111 | 1100000 | 0 | 110010 | 111110 | 0 | 1100 | 1100100 | 1000101 |
Color Harmonies of #FF7F60
Complementary color
Monochromatic Colors of #FF7F60
Black with #FF7F60
Text Example
Text Example
White with #FF7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F60; }
p { color: rgb(255,127,96); }
H1.HeaderClassName
{
color: #FF7F60;
}
.AnyTagClassName
{
color: #FF7F60;
}
</style>
background-color css
<style>
a { background-color: #FF7F60; }
a { background-color: rgb(255,127,96); }
div.DivClassName
{
background-color: #FF7F60;
}
.BgClassName
{
background-color: #FF7F60;
}
</style>
border-color css
<style>
span { border-color: #FF7F60; }
span { border-color: rgb(255,127,96); }
td.TdClassName
{
border-color: #FF7F60;
}
.TagClassName
{
border-color: #FF7F60;
}
</style>