Shades of Light Coral #F58280
Tints of Light Coral #F58280
RGB
CMYK
RGB Variations
Color information
#F58280 (or 0xF58280) is known color: Light Coral. HEX triplet: F5, 82 and 80. RGB value is (245,130,128). Sum of RGB (Red+Green+Blue) = 245+130+128=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F58280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58280 is #0A7D7F. Grayscale: #A4A4A4. Windows color (decimal): -687488 or 8422133. OLE color: 8422133.
HSL color Cylindrical-coordinate representation of color #F58280: hue angle of 1.03º 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 #F58280 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 128 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.04 |
| HSL | 1.03º | 0.85% | 0.73% | - |
| HSV(B) | 1.03º | 0.48% | 0.96% | - |
| XYZ | 49.54 | 36.94 | 24.94 | - |
| YUV | 164.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 128 | 0 | 0.47 | 0.48 | 0.04 | 1.03 | 0.85 | 0.73 |
| Hex | F5 | 82 | 80 | 0 | 2F | 30 | 4 | 1 | 55 | 49 |
| Octal | 365 | 202 | 200 | 0 | 57 | 60 | 4 | 1 | 125 | 111 |
| Binary | 11110101 | 10000010 | 10000000 | 0 | 101111 | 110000 | 100 | 1 | 1010101 | 1001001 |
Color Harmonies of #F58280
Complementary color
Monochromatic Colors of #F58280
Black with #F58280
Text Example
Text Example
White with #F58280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58280; }
p { color: rgb(245,130,128); }
H1.HeaderClassName
{
color: #F58280;
}
.AnyTagClassName
{
color: #F58280;
}
</style>
background-color css
<style>
a { background-color: #F58280; }
a { background-color: rgb(245,130,128); }
div.DivClassName
{
background-color: #F58280;
}
.BgClassName
{
background-color: #F58280;
}
</style>
border-color css
<style>
span { border-color: #F58280; }
span { border-color: rgb(245,130,128); }
td.TdClassName
{
border-color: #F58280;
}
.TagClassName
{
border-color: #F58280;
}
</style>