Shades of Coral #F87A4D
Tints of Coral #F87A4D
RGB
CMYK
RGB Variations
Color information
#F87A4D (or 0xF87A4D) is known color: Coral. HEX triplet: F8, 7A and 4D. RGB value is (248,122,77). Sum of RGB (Red+Green+Blue) = 248+122+77=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A4D is #0785B2. Grayscale: #9A9A9A. Windows color (decimal): -492979 or 5077752. OLE color: 5077752.
HSL color Cylindrical-coordinate representation of color #F87A4D: hue angle of 15.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F87A4D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 77 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.03 |
| HSL | 15.79º | 0.92% | 0.64% | - |
| HSV(B) | 15.79º | 0.69% | 0.97% | - |
| XYZ | 47.01 | 34.41 | 11.19 | - |
| YUV | 154.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 77 | 0 | 0.51 | 0.69 | 0.03 | 15.79 | 0.92 | 0.64 |
| Hex | F8 | 7A | 4D | 0 | 33 | 45 | 3 | 10 | 5C | 40 |
| Octal | 370 | 172 | 115 | 0 | 63 | 105 | 3 | 20 | 134 | 100 |
| Binary | 11111000 | 1111010 | 1001101 | 0 | 110011 | 1000101 | 11 | 10000 | 1011100 | 1000000 |
Color Harmonies of #F87A4D
Complementary color
Monochromatic Colors of #F87A4D
Black with #F87A4D
Text Example
Text Example
White with #F87A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A4D; }
p { color: rgb(248,122,77); }
H1.HeaderClassName
{
color: #F87A4D;
}
.AnyTagClassName
{
color: #F87A4D;
}
</style>
background-color css
<style>
a { background-color: #F87A4D; }
a { background-color: rgb(248,122,77); }
div.DivClassName
{
background-color: #F87A4D;
}
.BgClassName
{
background-color: #F87A4D;
}
</style>
border-color css
<style>
span { border-color: #F87A4D; }
span { border-color: rgb(248,122,77); }
td.TdClassName
{
border-color: #F87A4D;
}
.TagClassName
{
border-color: #F87A4D;
}
</style>