Shades of Light Coral #F18882
Tints of Light Coral #F18882
RGB
CMYK
RGB Variations
Color information
#F18882 (or 0xF18882) is known color: Light Coral. HEX triplet: F1, 88 and 82. RGB value is (241,136,130). Sum of RGB (Red+Green+Blue) = 241+136+130=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F18882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18882 is #0E777D. Grayscale: #A6A6A6. Windows color (decimal): -948094 or 8554737. OLE color: 8554737.
HSL color Cylindrical-coordinate representation of color #F18882: hue angle of 3.24º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18882 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 130 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.05 |
| HSL | 3.24º | 0.8% | 0.73% | - |
| HSV(B) | 3.24º | 0.46% | 0.95% | - |
| XYZ | 49.11 | 37.92 | 25.85 | - |
| YUV | 166.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 130 | 0 | 0.44 | 0.46 | 0.05 | 3.24 | 0.8 | 0.73 |
| Hex | F1 | 88 | 82 | 0 | 2C | 2E | 5 | 3 | 50 | 49 |
| Octal | 361 | 210 | 202 | 0 | 54 | 56 | 5 | 3 | 120 | 111 |
| Binary | 11110001 | 10001000 | 10000010 | 0 | 101100 | 101110 | 101 | 11 | 1010000 | 1001001 |
Color Harmonies of #F18882
Complementary color
Monochromatic Colors of #F18882
Black with #F18882
Text Example
Text Example
White with #F18882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18882; }
p { color: rgb(241,136,130); }
H1.HeaderClassName
{
color: #F18882;
}
.AnyTagClassName
{
color: #F18882;
}
</style>
background-color css
<style>
a { background-color: #F18882; }
a { background-color: rgb(241,136,130); }
div.DivClassName
{
background-color: #F18882;
}
.BgClassName
{
background-color: #F18882;
}
</style>
border-color css
<style>
span { border-color: #F18882; }
span { border-color: rgb(241,136,130); }
td.TdClassName
{
border-color: #F18882;
}
.TagClassName
{
border-color: #F18882;
}
</style>