Shades of Light Coral #F58381
Tints of Light Coral #F58381
RGB
CMYK
RGB Variations
Color information
#F58381 (or 0xF58381) is known color: Light Coral. HEX triplet: F5, 83 and 81. RGB value is (245,131,129). Sum of RGB (Red+Green+Blue) = 245+131+129=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58381 is #0A7C7E. Grayscale: #A4A4A4. Windows color (decimal): -687231 or 8487925. OLE color: 8487925.
HSL color Cylindrical-coordinate representation of color #F58381: 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.47%. Process color model (Four color, CMYK) of #F58381 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 129 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.04 |
| HSL | 1.03º | 0.85% | 0.73% | - |
| HSV(B) | 1.03º | 0.47% | 0.96% | - |
| XYZ | 49.73 | 37.23 | 25.33 | - |
| YUV | 164.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 129 | 0 | 0.47 | 0.47 | 0.04 | 1.03 | 0.85 | 0.73 |
| Hex | F5 | 83 | 81 | 0 | 2F | 2F | 4 | 1 | 55 | 49 |
| Octal | 365 | 203 | 201 | 0 | 57 | 57 | 4 | 1 | 125 | 111 |
| Binary | 11110101 | 10000011 | 10000001 | 0 | 101111 | 101111 | 100 | 1 | 1010101 | 1001001 |
Color Harmonies of #F58381
Complementary color
Monochromatic Colors of #F58381
Black with #F58381
Text Example
Text Example
White with #F58381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58381; }
p { color: rgb(245,131,129); }
H1.HeaderClassName
{
color: #F58381;
}
.AnyTagClassName
{
color: #F58381;
}
</style>
background-color css
<style>
a { background-color: #F58381; }
a { background-color: rgb(245,131,129); }
div.DivClassName
{
background-color: #F58381;
}
.BgClassName
{
background-color: #F58381;
}
</style>
border-color css
<style>
span { border-color: #F58381; }
span { border-color: rgb(245,131,129); }
td.TdClassName
{
border-color: #F58381;
}
.TagClassName
{
border-color: #F58381;
}
</style>