Shades of Coral #FE7F60
Tints of Coral #FE7F60
RGB
CMYK
RGB Variations
Color information
#FE7F60 (or 0xFE7F60) is known color: Coral. HEX triplet: FE, 7F and 60. RGB value is (254,127,96). Sum of RGB (Red+Green+Blue) = 254+127+96=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F60 is #01809F. Grayscale: #A1A1A1. Windows color (decimal): -98464 or 6324222. OLE color: 6324222.
HSL color Cylindrical-coordinate representation of color #FE7F60: hue angle of 11.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7F60 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 96 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.00 |
| HSL | 11.77º | 0.99% | 0.69% | - |
| HSV(B) | 11.77º | 0.62% | 1% | - |
| XYZ | 50.57 | 37.09 | 15.56 | - |
| YUV | 161.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 96 | 0 | 0.50 | 0.62 | 0.00 | 11.77 | 0.99 | 0.69 |
| Hex | FE | 7F | 60 | 0 | 32 | 3E | 0 | C | 63 | 45 |
| Octal | 376 | 177 | 140 | 0 | 62 | 76 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 1111111 | 1100000 | 0 | 110010 | 111110 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE7F60
Complementary color
Monochromatic Colors of #FE7F60
Black with #FE7F60
Text Example
Text Example
White with #FE7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F60; }
p { color: rgb(254,127,96); }
H1.HeaderClassName
{
color: #FE7F60;
}
.AnyTagClassName
{
color: #FE7F60;
}
</style>
background-color css
<style>
a { background-color: #FE7F60; }
a { background-color: rgb(254,127,96); }
div.DivClassName
{
background-color: #FE7F60;
}
.BgClassName
{
background-color: #FE7F60;
}
</style>
border-color css
<style>
span { border-color: #FE7F60; }
span { border-color: rgb(254,127,96); }
td.TdClassName
{
border-color: #FE7F60;
}
.TagClassName
{
border-color: #FE7F60;
}
</style>