Shades of Light Coral #F08A80
Tints of Light Coral #F08A80
RGB
CMYK
RGB Variations
Color information
#F08A80 (or 0xF08A80) is known color: Light Coral. HEX triplet: F0, 8A and 80. RGB value is (240,138,128). Sum of RGB (Red+Green+Blue) = 240+138+128=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A80 is #0F757F. Grayscale: #A7A7A7. Windows color (decimal): -1013120 or 8424176. OLE color: 8424176.
HSL color Cylindrical-coordinate representation of color #F08A80: hue angle of 5.36º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08A80 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 128 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.06 |
| HSL | 5.36º | 0.79% | 0.72% | - |
| HSV(B) | 5.36º | 0.47% | 0.94% | - |
| XYZ | 48.92 | 38.26 | 25.23 | - |
| YUV | 167.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 128 | 0 | 0.42 | 0.47 | 0.06 | 5.36 | 0.79 | 0.72 |
| Hex | F0 | 8A | 80 | 0 | 2A | 2F | 6 | 5 | 4F | 48 |
| Octal | 360 | 212 | 200 | 0 | 52 | 57 | 6 | 5 | 117 | 110 |
| Binary | 11110000 | 10001010 | 10000000 | 0 | 101010 | 101111 | 110 | 101 | 1001111 | 1001000 |
Color Harmonies of #F08A80
Complementary color
Monochromatic Colors of #F08A80
Black with #F08A80
Text Example
Text Example
White with #F08A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A80; }
p { color: rgb(240,138,128); }
H1.HeaderClassName
{
color: #F08A80;
}
.AnyTagClassName
{
color: #F08A80;
}
</style>
background-color css
<style>
a { background-color: #F08A80; }
a { background-color: rgb(240,138,128); }
div.DivClassName
{
background-color: #F08A80;
}
.BgClassName
{
background-color: #F08A80;
}
</style>
border-color css
<style>
span { border-color: #F08A80; }
span { border-color: rgb(240,138,128); }
td.TdClassName
{
border-color: #F08A80;
}
.TagClassName
{
border-color: #F08A80;
}
</style>