Shades of Light Coral #F18078
Tints of Light Coral #F18078
RGB
CMYK
RGB Variations
Color information
#F18078 (or 0xF18078) is known color: Light Coral. HEX triplet: F1, 80 and 78. RGB value is (241,128,120). Sum of RGB (Red+Green+Blue) = 241+128+120=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18078 is #0E7F87. Grayscale: #A1A1A1. Windows color (decimal): -950152 or 7897329. OLE color: 7897329.
HSL color Cylindrical-coordinate representation of color #F18078: hue angle of 3.97º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18078 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 120 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.05 |
| HSL | 3.97º | 0.81% | 0.71% | - |
| HSV(B) | 3.97º | 0.5% | 0.95% | - |
| XYZ | 47.38 | 35.5 | 22.12 | - |
| YUV | 160.88 | 104.94 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 120 | 0 | 0.47 | 0.50 | 0.05 | 3.97 | 0.81 | 0.71 |
| Hex | F1 | 80 | 78 | 0 | 2F | 32 | 5 | 4 | 51 | 47 |
| Octal | 361 | 200 | 170 | 0 | 57 | 62 | 5 | 4 | 121 | 107 |
| Binary | 11110001 | 10000000 | 1111000 | 0 | 101111 | 110010 | 101 | 100 | 1010001 | 1000111 |
Color Harmonies of #F18078
Complementary color
Monochromatic Colors of #F18078
Black with #F18078
Text Example
Text Example
White with #F18078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18078; }
p { color: rgb(241,128,120); }
H1.HeaderClassName
{
color: #F18078;
}
.AnyTagClassName
{
color: #F18078;
}
</style>
background-color css
<style>
a { background-color: #F18078; }
a { background-color: rgb(241,128,120); }
div.DivClassName
{
background-color: #F18078;
}
.BgClassName
{
background-color: #F18078;
}
</style>
border-color css
<style>
span { border-color: #F18078; }
span { border-color: rgb(241,128,120); }
td.TdClassName
{
border-color: #F18078;
}
.TagClassName
{
border-color: #F18078;
}
</style>