Shades of Light Coral #F08983
Tints of Light Coral #F08983
RGB
CMYK
RGB Variations
Color information
#F08983 (or 0xF08983) is known color: Light Coral. HEX triplet: F0, 89 and 83. RGB value is (240,137,131). Sum of RGB (Red+Green+Blue) = 240+137+131=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08983 is #0F767C. Grayscale: #A7A7A7. Windows color (decimal): -1013373 or 8620528. OLE color: 8620528.
HSL color Cylindrical-coordinate representation of color #F08983: hue angle of 3.3º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08983 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 131 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.06 |
| HSL | 3.3º | 0.78% | 0.73% | - |
| HSV(B) | 3.3º | 0.45% | 0.94% | - |
| XYZ | 48.98 | 38.06 | 26.24 | - |
| YUV | 167.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 131 | 0 | 0.43 | 0.45 | 0.06 | 3.3 | 0.78 | 0.73 |
| Hex | F0 | 89 | 83 | 0 | 2B | 2D | 6 | 3 | 4E | 49 |
| Octal | 360 | 211 | 203 | 0 | 53 | 55 | 6 | 3 | 116 | 111 |
| Binary | 11110000 | 10001001 | 10000011 | 0 | 101011 | 101101 | 110 | 11 | 1001110 | 1001001 |
Color Harmonies of #F08983
Complementary color
Monochromatic Colors of #F08983
Black with #F08983
Text Example
Text Example
White with #F08983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08983; }
p { color: rgb(240,137,131); }
H1.HeaderClassName
{
color: #F08983;
}
.AnyTagClassName
{
color: #F08983;
}
</style>
background-color css
<style>
a { background-color: #F08983; }
a { background-color: rgb(240,137,131); }
div.DivClassName
{
background-color: #F08983;
}
.BgClassName
{
background-color: #F08983;
}
</style>
border-color css
<style>
span { border-color: #F08983; }
span { border-color: rgb(240,137,131); }
td.TdClassName
{
border-color: #F08983;
}
.TagClassName
{
border-color: #F08983;
}
</style>