Shades of Light Coral #F58684
Tints of Light Coral #F58684
RGB
CMYK
RGB Variations
Color information
#F58684 (or 0xF58684) is known color: Light Coral. HEX triplet: F5, 86 and 84. RGB value is (245,134,132). Sum of RGB (Red+Green+Blue) = 245+134+132=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58684 is #0A797B. Grayscale: #A7A7A7. Windows color (decimal): -686460 or 8685301. OLE color: 8685301.
HSL color Cylindrical-coordinate representation of color #F58684: hue angle of 1.06º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F58684 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 132 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.04 |
| HSL | 1.06º | 0.85% | 0.74% | - |
| HSV(B) | 1.06º | 0.46% | 0.96% | - |
| XYZ | 50.35 | 38.13 | 26.54 | - |
| YUV | 166.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 132 | 0 | 0.45 | 0.46 | 0.04 | 1.06 | 0.85 | 0.74 |
| Hex | F5 | 86 | 84 | 0 | 2D | 2E | 4 | 1 | 55 | 4A |
| Octal | 365 | 206 | 204 | 0 | 55 | 56 | 4 | 1 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10000100 | 0 | 101101 | 101110 | 100 | 1 | 1010101 | 1001010 |
Color Harmonies of #F58684
Complementary color
Monochromatic Colors of #F58684
Black with #F58684
Text Example
Text Example
White with #F58684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58684; }
p { color: rgb(245,134,132); }
H1.HeaderClassName
{
color: #F58684;
}
.AnyTagClassName
{
color: #F58684;
}
</style>
background-color css
<style>
a { background-color: #F58684; }
a { background-color: rgb(245,134,132); }
div.DivClassName
{
background-color: #F58684;
}
.BgClassName
{
background-color: #F58684;
}
</style>
border-color css
<style>
span { border-color: #F58684; }
span { border-color: rgb(245,134,132); }
td.TdClassName
{
border-color: #F58684;
}
.TagClassName
{
border-color: #F58684;
}
</style>