Shades of Light Coral #F08A7B
Tints of Light Coral #F08A7B
RGB
CMYK
RGB Variations
Color information
#F08A7B (or 0xF08A7B) is known color: Light Coral. HEX triplet: F0, 8A and 7B. RGB value is (240,138,123). Sum of RGB (Red+Green+Blue) = 240+138+123=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A7B is #0F7584. Grayscale: #A6A6A6. Windows color (decimal): -1013125 or 8096496. OLE color: 8096496.
HSL color Cylindrical-coordinate representation of color #F08A7B: hue angle of 7.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F08A7B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 123 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.06 |
| HSL | 7.69º | 0.8% | 0.71% | - |
| HSV(B) | 7.69º | 0.49% | 0.94% | - |
| XYZ | 48.6 | 38.13 | 23.54 | - |
| YUV | 166.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 123 | 0 | 0.42 | 0.49 | 0.06 | 7.69 | 0.8 | 0.71 |
| Hex | F0 | 8A | 7B | 0 | 2A | 31 | 6 | 8 | 50 | 47 |
| Octal | 360 | 212 | 173 | 0 | 52 | 61 | 6 | 10 | 120 | 107 |
| Binary | 11110000 | 10001010 | 1111011 | 0 | 101010 | 110001 | 110 | 1000 | 1010000 | 1000111 |
Color Harmonies of #F08A7B
Complementary color
Monochromatic Colors of #F08A7B
Black with #F08A7B
Text Example
Text Example
White with #F08A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A7B; }
p { color: rgb(240,138,123); }
H1.HeaderClassName
{
color: #F08A7B;
}
.AnyTagClassName
{
color: #F08A7B;
}
</style>
background-color css
<style>
a { background-color: #F08A7B; }
a { background-color: rgb(240,138,123); }
div.DivClassName
{
background-color: #F08A7B;
}
.BgClassName
{
background-color: #F08A7B;
}
</style>
border-color css
<style>
span { border-color: #F08A7B; }
span { border-color: rgb(240,138,123); }
td.TdClassName
{
border-color: #F08A7B;
}
.TagClassName
{
border-color: #F08A7B;
}
</style>