Shades of Light Coral #F18883
Tints of Light Coral #F18883
RGB
CMYK
RGB Variations
Color information
#F18883 (or 0xF18883) is known color: Light Coral. HEX triplet: F1, 88 and 83. RGB value is (241,136,131). Sum of RGB (Red+Green+Blue) = 241+136+131=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F18883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18883 is #0E777C. Grayscale: #A6A6A6. Windows color (decimal): -948093 or 8620273. OLE color: 8620273.
HSL color Cylindrical-coordinate representation of color #F18883: hue angle of 2.73º 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 #F18883 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 131 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.05 |
| HSL | 2.73º | 0.8% | 0.73% | - |
| HSV(B) | 2.73º | 0.46% | 0.95% | - |
| XYZ | 49.18 | 37.95 | 26.21 | - |
| YUV | 166.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 131 | 0 | 0.44 | 0.46 | 0.05 | 2.73 | 0.8 | 0.73 |
| Hex | F1 | 88 | 83 | 0 | 2C | 2E | 5 | 3 | 50 | 49 |
| Octal | 361 | 210 | 203 | 0 | 54 | 56 | 5 | 3 | 120 | 111 |
| Binary | 11110001 | 10001000 | 10000011 | 0 | 101100 | 101110 | 101 | 11 | 1010000 | 1001001 |
Color Harmonies of #F18883
Complementary color
Monochromatic Colors of #F18883
Black with #F18883
Text Example
Text Example
White with #F18883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18883; }
p { color: rgb(241,136,131); }
H1.HeaderClassName
{
color: #F18883;
}
.AnyTagClassName
{
color: #F18883;
}
</style>
background-color css
<style>
a { background-color: #F18883; }
a { background-color: rgb(241,136,131); }
div.DivClassName
{
background-color: #F18883;
}
.BgClassName
{
background-color: #F18883;
}
</style>
border-color css
<style>
span { border-color: #F18883; }
span { border-color: rgb(241,136,131); }
td.TdClassName
{
border-color: #F18883;
}
.TagClassName
{
border-color: #F18883;
}
</style>