Shades of Light Coral #F08B7C
Tints of Light Coral #F08B7C
RGB
CMYK
RGB Variations
Color information
#F08B7C (or 0xF08B7C) is known color: Light Coral. HEX triplet: F0, 8B and 7C. RGB value is (240,139,124). Sum of RGB (Red+Green+Blue) = 240+139+124=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B7C is #0F7483. Grayscale: #A7A7A7. Windows color (decimal): -1012868 or 8162288. OLE color: 8162288.
HSL color Cylindrical-coordinate representation of color #F08B7C: hue angle of 7.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F08B7C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 124 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.06 |
| HSL | 7.76º | 0.79% | 0.71% | - |
| HSV(B) | 7.76º | 0.48% | 0.94% | - |
| XYZ | 48.81 | 38.45 | 23.92 | - |
| YUV | 167.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 124 | 0 | 0.42 | 0.48 | 0.06 | 7.76 | 0.79 | 0.71 |
| Hex | F0 | 8B | 7C | 0 | 2A | 30 | 6 | 8 | 4F | 47 |
| Octal | 360 | 213 | 174 | 0 | 52 | 60 | 6 | 10 | 117 | 107 |
| Binary | 11110000 | 10001011 | 1111100 | 0 | 101010 | 110000 | 110 | 1000 | 1001111 | 1000111 |
Color Harmonies of #F08B7C
Complementary color
Monochromatic Colors of #F08B7C
Black with #F08B7C
Text Example
Text Example
White with #F08B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B7C; }
p { color: rgb(240,139,124); }
H1.HeaderClassName
{
color: #F08B7C;
}
.AnyTagClassName
{
color: #F08B7C;
}
</style>
background-color css
<style>
a { background-color: #F08B7C; }
a { background-color: rgb(240,139,124); }
div.DivClassName
{
background-color: #F08B7C;
}
.BgClassName
{
background-color: #F08B7C;
}
</style>
border-color css
<style>
span { border-color: #F08B7C; }
span { border-color: rgb(240,139,124); }
td.TdClassName
{
border-color: #F08B7C;
}
.TagClassName
{
border-color: #F08B7C;
}
</style>