Shades of Light Coral #F18080
Tints of Light Coral #F18080
RGB
CMYK
RGB Variations
Color information
#F18080 (or 0xF18080) is known color: Light Coral. HEX triplet: F1, 80 and 80. RGB value is (241,128,128). Sum of RGB (Red+Green+Blue) = 241+128+128=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F18080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18080 is #0E7F7F. Grayscale: #A1A1A1. Windows color (decimal): -950144 or 8421617. OLE color: 8421617.
HSL color Cylindrical-coordinate representation of color #F18080: hue angle of 0º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F18080 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 128 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.05 |
| HSL | 0º | 0.8% | 0.72% | - |
| HSV(B) | 0º | 0.47% | 0.95% | - |
| XYZ | 47.89 | 35.7 | 24.79 | - |
| YUV | 161.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 128 | 0 | 0.47 | 0.47 | 0.05 | 0 | 0.8 | 0.72 |
| Hex | F1 | 80 | 80 | 0 | 2F | 2F | 5 | 0 | 50 | 48 |
| Octal | 361 | 200 | 200 | 0 | 57 | 57 | 5 | 0 | 120 | 110 |
| Binary | 11110001 | 10000000 | 10000000 | 0 | 101111 | 101111 | 101 | 0 | 1010000 | 1001000 |
Color Harmonies of #F18080
Complementary color
Monochromatic Colors of #F18080
Black with #F18080
Text Example
Text Example
White with #F18080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18080; }
p { color: rgb(241,128,128); }
H1.HeaderClassName
{
color: #F18080;
}
.AnyTagClassName
{
color: #F18080;
}
</style>
background-color css
<style>
a { background-color: #F18080; }
a { background-color: rgb(241,128,128); }
div.DivClassName
{
background-color: #F18080;
}
.BgClassName
{
background-color: #F18080;
}
</style>
border-color css
<style>
span { border-color: #F18080; }
span { border-color: rgb(241,128,128); }
td.TdClassName
{
border-color: #F18080;
}
.TagClassName
{
border-color: #F18080;
}
</style>