Shades of Light Coral #F58181
Tints of Light Coral #F58181
RGB
CMYK
RGB Variations
Color information
#F58181 (or 0xF58181) is known color: Light Coral. HEX triplet: F5, 81 and 81. RGB value is (245,129,129). Sum of RGB (Red+Green+Blue) = 245+129+129=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F58181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58181 is #0A7E7E. Grayscale: #A3A3A3. Windows color (decimal): -687743 or 8487413. OLE color: 8487413.
HSL color Cylindrical-coordinate representation of color #F58181: hue angle of 0º 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 #F58181 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 129 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.04 |
| HSL | 0º | 0.85% | 0.73% | - |
| HSV(B) | 0º | 0.47% | 0.96% | - |
| XYZ | 49.47 | 36.7 | 25.25 | - |
| YUV | 163.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 129 | 0 | 0.47 | 0.47 | 0.04 | 0 | 0.85 | 0.73 |
| Hex | F5 | 81 | 81 | 0 | 2F | 2F | 4 | 0 | 55 | 49 |
| Octal | 365 | 201 | 201 | 0 | 57 | 57 | 4 | 0 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10000001 | 0 | 101111 | 101111 | 100 | 0 | 1010101 | 1001001 |
Color Harmonies of #F58181
Complementary color
Monochromatic Colors of #F58181
Black with #F58181
Text Example
Text Example
White with #F58181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58181; }
p { color: rgb(245,129,129); }
H1.HeaderClassName
{
color: #F58181;
}
.AnyTagClassName
{
color: #F58181;
}
</style>
background-color css
<style>
a { background-color: #F58181; }
a { background-color: rgb(245,129,129); }
div.DivClassName
{
background-color: #F58181;
}
.BgClassName
{
background-color: #F58181;
}
</style>
border-color css
<style>
span { border-color: #F58181; }
span { border-color: rgb(245,129,129); }
td.TdClassName
{
border-color: #F58181;
}
.TagClassName
{
border-color: #F58181;
}
</style>