Shades of Light Coral #F58883
Tints of Light Coral #F58883
RGB
CMYK
RGB Variations
Color information
#F58883 (or 0xF58883) is known color: Light Coral. HEX triplet: F5, 88 and 83. RGB value is (245,136,131). Sum of RGB (Red+Green+Blue) = 245+136+131=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F58883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58883 is #0A777C. Grayscale: #A8A8A8. Windows color (decimal): -685949 or 8620277. OLE color: 8620277.
HSL color Cylindrical-coordinate representation of color #F58883: hue angle of 2.63º 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 #F58883 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 131 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.04 |
| HSL | 2.63º | 0.85% | 0.74% | - |
| HSV(B) | 2.63º | 0.47% | 0.96% | - |
| XYZ | 50.56 | 38.66 | 26.27 | - |
| YUV | 168.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 131 | 0 | 0.44 | 0.47 | 0.04 | 2.63 | 0.85 | 0.74 |
| Hex | F5 | 88 | 83 | 0 | 2C | 2F | 4 | 3 | 55 | 4A |
| Octal | 365 | 210 | 203 | 0 | 54 | 57 | 4 | 3 | 125 | 112 |
| Binary | 11110101 | 10001000 | 10000011 | 0 | 101100 | 101111 | 100 | 11 | 1010101 | 1001010 |
Color Harmonies of #F58883
Complementary color
Monochromatic Colors of #F58883
Black with #F58883
Text Example
Text Example
White with #F58883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58883; }
p { color: rgb(245,136,131); }
H1.HeaderClassName
{
color: #F58883;
}
.AnyTagClassName
{
color: #F58883;
}
</style>
background-color css
<style>
a { background-color: #F58883; }
a { background-color: rgb(245,136,131); }
div.DivClassName
{
background-color: #F58883;
}
.BgClassName
{
background-color: #F58883;
}
</style>
border-color css
<style>
span { border-color: #F58883; }
span { border-color: rgb(245,136,131); }
td.TdClassName
{
border-color: #F58883;
}
.TagClassName
{
border-color: #F58883;
}
</style>