Shades of Light Coral #F58880
Tints of Light Coral #F58880
RGB
CMYK
RGB Variations
Color information
#F58880 (or 0xF58880) is known color: Light Coral. HEX triplet: F5, 88 and 80. RGB value is (245,136,128). Sum of RGB (Red+Green+Blue) = 245+136+128=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58880 is #0A777F. Grayscale: #A7A7A7. Windows color (decimal): -685952 or 8423669. OLE color: 8423669.
HSL color Cylindrical-coordinate representation of color #F58880: hue angle of 4.1º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58880 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 128 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.04 |
| HSL | 4.1º | 0.85% | 0.73% | - |
| HSV(B) | 4.1º | 0.48% | 0.96% | - |
| XYZ | 50.36 | 38.58 | 25.21 | - |
| YUV | 167.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 128 | 0 | 0.44 | 0.48 | 0.04 | 4.1 | 0.85 | 0.73 |
| Hex | F5 | 88 | 80 | 0 | 2C | 30 | 4 | 4 | 55 | 49 |
| Octal | 365 | 210 | 200 | 0 | 54 | 60 | 4 | 4 | 125 | 111 |
| Binary | 11110101 | 10001000 | 10000000 | 0 | 101100 | 110000 | 100 | 100 | 1010101 | 1001001 |
Color Harmonies of #F58880
Complementary color
Monochromatic Colors of #F58880
Black with #F58880
Text Example
Text Example
White with #F58880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58880; }
p { color: rgb(245,136,128); }
H1.HeaderClassName
{
color: #F58880;
}
.AnyTagClassName
{
color: #F58880;
}
</style>
background-color css
<style>
a { background-color: #F58880; }
a { background-color: rgb(245,136,128); }
div.DivClassName
{
background-color: #F58880;
}
.BgClassName
{
background-color: #F58880;
}
</style>
border-color css
<style>
span { border-color: #F58880; }
span { border-color: rgb(245,136,128); }
td.TdClassName
{
border-color: #F58880;
}
.TagClassName
{
border-color: #F58880;
}
</style>