Shades of Light Coral #F08580
Tints of Light Coral #F08580
RGB
CMYK
RGB Variations
Color information
#F08580 (or 0xF08580) is known color: Light Coral. HEX triplet: F0, 85 and 80. RGB value is (240,133,128). Sum of RGB (Red+Green+Blue) = 240+133+128=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08580 is #0F7A7F. Grayscale: #A4A4A4. Windows color (decimal): -1014400 or 8422896. OLE color: 8422896.
HSL color Cylindrical-coordinate representation of color #F08580: hue angle of 2.68º 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 #F08580 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 128 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.06 |
| HSL | 2.68º | 0.79% | 0.72% | - |
| HSV(B) | 2.68º | 0.47% | 0.94% | - |
| XYZ | 48.22 | 36.86 | 25 | - |
| YUV | 164.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 128 | 0 | 0.45 | 0.47 | 0.06 | 2.68 | 0.79 | 0.72 |
| Hex | F0 | 85 | 80 | 0 | 2D | 2F | 6 | 3 | 4F | 48 |
| Octal | 360 | 205 | 200 | 0 | 55 | 57 | 6 | 3 | 117 | 110 |
| Binary | 11110000 | 10000101 | 10000000 | 0 | 101101 | 101111 | 110 | 11 | 1001111 | 1001000 |
Color Harmonies of #F08580
Complementary color
Monochromatic Colors of #F08580
Black with #F08580
Text Example
Text Example
White with #F08580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08580; }
p { color: rgb(240,133,128); }
H1.HeaderClassName
{
color: #F08580;
}
.AnyTagClassName
{
color: #F08580;
}
</style>
background-color css
<style>
a { background-color: #F08580; }
a { background-color: rgb(240,133,128); }
div.DivClassName
{
background-color: #F08580;
}
.BgClassName
{
background-color: #F08580;
}
</style>
border-color css
<style>
span { border-color: #F08580; }
span { border-color: rgb(240,133,128); }
td.TdClassName
{
border-color: #F08580;
}
.TagClassName
{
border-color: #F08580;
}
</style>