Shades of Light Coral #F08682
Tints of Light Coral #F08682
RGB
CMYK
RGB Variations
Color information
#F08682 (or 0xF08682) is known color: Light Coral. HEX triplet: F0, 86 and 82. RGB value is (240,134,130). Sum of RGB (Red+Green+Blue) = 240+134+130=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08682 is #0F797D. Grayscale: #A5A5A5. Windows color (decimal): -1014142 or 8554224. OLE color: 8554224.
HSL color Cylindrical-coordinate representation of color #F08682: hue angle of 2.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08682 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 130 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.06 |
| HSL | 2.18º | 0.79% | 0.73% | - |
| HSV(B) | 2.18º | 0.46% | 0.94% | - |
| XYZ | 48.49 | 37.19 | 25.74 | - |
| YUV | 165.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 130 | 0 | 0.44 | 0.46 | 0.06 | 2.18 | 0.79 | 0.73 |
| Hex | F0 | 86 | 82 | 0 | 2C | 2E | 6 | 2 | 4F | 49 |
| Octal | 360 | 206 | 202 | 0 | 54 | 56 | 6 | 2 | 117 | 111 |
| Binary | 11110000 | 10000110 | 10000010 | 0 | 101100 | 101110 | 110 | 10 | 1001111 | 1001001 |
Color Harmonies of #F08682
Complementary color
Monochromatic Colors of #F08682
Black with #F08682
Text Example
Text Example
White with #F08682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08682; }
p { color: rgb(240,134,130); }
H1.HeaderClassName
{
color: #F08682;
}
.AnyTagClassName
{
color: #F08682;
}
</style>
background-color css
<style>
a { background-color: #F08682; }
a { background-color: rgb(240,134,130); }
div.DivClassName
{
background-color: #F08682;
}
.BgClassName
{
background-color: #F08682;
}
</style>
border-color css
<style>
span { border-color: #F08682; }
span { border-color: rgb(240,134,130); }
td.TdClassName
{
border-color: #F08682;
}
.TagClassName
{
border-color: #F08682;
}
</style>