Shades of Light Coral #F58682
Tints of Light Coral #F58682
RGB
CMYK
RGB Variations
Color information
#F58682 (or 0xF58682) is known color: Light Coral. HEX triplet: F5, 86 and 82. RGB value is (245,134,130). Sum of RGB (Red+Green+Blue) = 245+134+130=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58682 is #0A797D. Grayscale: #A6A6A6. Windows color (decimal): -686462 or 8554229. OLE color: 8554229.
HSL color Cylindrical-coordinate representation of color #F58682: hue angle of 2.09º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58682 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 130 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.04 |
| HSL | 2.09º | 0.85% | 0.74% | - |
| HSV(B) | 2.09º | 0.47% | 0.96% | - |
| XYZ | 50.21 | 38.07 | 25.82 | - |
| YUV | 166.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 130 | 0 | 0.45 | 0.47 | 0.04 | 2.09 | 0.85 | 0.74 |
| Hex | F5 | 86 | 82 | 0 | 2D | 2F | 4 | 2 | 55 | 4A |
| Octal | 365 | 206 | 202 | 0 | 55 | 57 | 4 | 2 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10000010 | 0 | 101101 | 101111 | 100 | 10 | 1010101 | 1001010 |
Color Harmonies of #F58682
Complementary color
Monochromatic Colors of #F58682
Black with #F58682
Text Example
Text Example
White with #F58682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58682; }
p { color: rgb(245,134,130); }
H1.HeaderClassName
{
color: #F58682;
}
.AnyTagClassName
{
color: #F58682;
}
</style>
background-color css
<style>
a { background-color: #F58682; }
a { background-color: rgb(245,134,130); }
div.DivClassName
{
background-color: #F58682;
}
.BgClassName
{
background-color: #F58682;
}
</style>
border-color css
<style>
span { border-color: #F58682; }
span { border-color: rgb(245,134,130); }
td.TdClassName
{
border-color: #F58682;
}
.TagClassName
{
border-color: #F58682;
}
</style>