Shades of Light Coral #F18680
Tints of Light Coral #F18680
RGB
CMYK
RGB Variations
Color information
#F18680 (or 0xF18680) is known color: Light Coral. HEX triplet: F1, 86 and 80. RGB value is (241,134,128). Sum of RGB (Red+Green+Blue) = 241+134+128=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18680 is #0E797F. Grayscale: #A5A5A5. Windows color (decimal): -948608 or 8423153. OLE color: 8423153.
HSL color Cylindrical-coordinate representation of color #F18680: hue angle of 3.19º 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 #F18680 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 128 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.05 |
| HSL | 3.19º | 0.8% | 0.72% | - |
| HSV(B) | 3.19º | 0.47% | 0.95% | - |
| XYZ | 48.7 | 37.31 | 25.06 | - |
| YUV | 165.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 128 | 0 | 0.44 | 0.47 | 0.05 | 3.19 | 0.8 | 0.72 |
| Hex | F1 | 86 | 80 | 0 | 2C | 2F | 5 | 3 | 50 | 48 |
| Octal | 361 | 206 | 200 | 0 | 54 | 57 | 5 | 3 | 120 | 110 |
| Binary | 11110001 | 10000110 | 10000000 | 0 | 101100 | 101111 | 101 | 11 | 1010000 | 1001000 |
Color Harmonies of #F18680
Complementary color
Monochromatic Colors of #F18680
Black with #F18680
Text Example
Text Example
White with #F18680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18680; }
p { color: rgb(241,134,128); }
H1.HeaderClassName
{
color: #F18680;
}
.AnyTagClassName
{
color: #F18680;
}
</style>
background-color css
<style>
a { background-color: #F18680; }
a { background-color: rgb(241,134,128); }
div.DivClassName
{
background-color: #F18680;
}
.BgClassName
{
background-color: #F18680;
}
</style>
border-color css
<style>
span { border-color: #F18680; }
span { border-color: rgb(241,134,128); }
td.TdClassName
{
border-color: #F18680;
}
.TagClassName
{
border-color: #F18680;
}
</style>