Shades of Light Coral #F58585
Tints of Light Coral #F58585
RGB
CMYK
RGB Variations
Color information
#F58585 (or 0xF58585) is known color: Light Coral. HEX triplet: F5, 85 and 85. RGB value is (245,133,133). Sum of RGB (Red+Green+Blue) = 245+133+133=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58585 is #0A7A7A. Grayscale: #A6A6A6. Windows color (decimal): -686715 or 8750581. OLE color: 8750581.
HSL color Cylindrical-coordinate representation of color #F58585: hue angle of 0º 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 #F58585 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 133 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.04 |
| HSL | 0º | 0.85% | 0.74% | - |
| HSV(B) | 0º | 0.46% | 0.96% | - |
| XYZ | 50.28 | 37.88 | 26.85 | - |
| YUV | 166.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 133 | 0 | 0.46 | 0.46 | 0.04 | 0 | 0.85 | 0.74 |
| Hex | F5 | 85 | 85 | 0 | 2E | 2E | 4 | 0 | 55 | 4A |
| Octal | 365 | 205 | 205 | 0 | 56 | 56 | 4 | 0 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10000101 | 0 | 101110 | 101110 | 100 | 0 | 1010101 | 1001010 |
Color Harmonies of #F58585
Complementary color
Monochromatic Colors of #F58585
Black with #F58585
Text Example
Text Example
White with #F58585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58585; }
p { color: rgb(245,133,133); }
H1.HeaderClassName
{
color: #F58585;
}
.AnyTagClassName
{
color: #F58585;
}
</style>
background-color css
<style>
a { background-color: #F58585; }
a { background-color: rgb(245,133,133); }
div.DivClassName
{
background-color: #F58585;
}
.BgClassName
{
background-color: #F58585;
}
</style>
border-color css
<style>
span { border-color: #F58585; }
span { border-color: rgb(245,133,133); }
td.TdClassName
{
border-color: #F58585;
}
.TagClassName
{
border-color: #F58585;
}
</style>