Shades of Light Coral #F18A83
Tints of Light Coral #F18A83
RGB
CMYK
RGB Variations
Color information
#F18A83 (or 0xF18A83) is known color: Light Coral. HEX triplet: F1, 8A and 83. RGB value is (241,138,131). Sum of RGB (Red+Green+Blue) = 241+138+131=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A83 is #0E757C. Grayscale: #A8A8A8. Windows color (decimal): -947581 or 8620785. OLE color: 8620785.
HSL color Cylindrical-coordinate representation of color #F18A83: hue angle of 3.82º 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 #F18A83 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 131 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.05 |
| HSL | 3.82º | 0.8% | 0.73% | - |
| HSV(B) | 3.82º | 0.46% | 0.95% | - |
| XYZ | 49.46 | 38.52 | 26.3 | - |
| YUV | 168 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 131 | 0 | 0.43 | 0.46 | 0.05 | 3.82 | 0.8 | 0.73 |
| Hex | F1 | 8A | 83 | 0 | 2B | 2E | 5 | 4 | 50 | 49 |
| Octal | 361 | 212 | 203 | 0 | 53 | 56 | 5 | 4 | 120 | 111 |
| Binary | 11110001 | 10001010 | 10000011 | 0 | 101011 | 101110 | 101 | 100 | 1010000 | 1001001 |
Color Harmonies of #F18A83
Complementary color
Monochromatic Colors of #F18A83
Black with #F18A83
Text Example
Text Example
White with #F18A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A83; }
p { color: rgb(241,138,131); }
H1.HeaderClassName
{
color: #F18A83;
}
.AnyTagClassName
{
color: #F18A83;
}
</style>
background-color css
<style>
a { background-color: #F18A83; }
a { background-color: rgb(241,138,131); }
div.DivClassName
{
background-color: #F18A83;
}
.BgClassName
{
background-color: #F18A83;
}
</style>
border-color css
<style>
span { border-color: #F18A83; }
span { border-color: rgb(241,138,131); }
td.TdClassName
{
border-color: #F18A83;
}
.TagClassName
{
border-color: #F18A83;
}
</style>