Shades of Light Coral #F18A81
Tints of Light Coral #F18A81
RGB
CMYK
RGB Variations
Color information
#F18A81 (or 0xF18A81) is known color: Light Coral. HEX triplet: F1, 8A and 81. RGB value is (241,138,129). Sum of RGB (Red+Green+Blue) = 241+138+129=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A81 is #0E757E. Grayscale: #A7A7A7. Windows color (decimal): -947583 or 8489713. OLE color: 8489713.
HSL color Cylindrical-coordinate representation of color #F18A81: hue angle of 4.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 #F18A81 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 129 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.05 |
| HSL | 4.82º | 0.8% | 0.73% | - |
| HSV(B) | 4.82º | 0.46% | 0.95% | - |
| XYZ | 49.33 | 38.46 | 25.59 | - |
| YUV | 167.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 129 | 0 | 0.43 | 0.46 | 0.05 | 4.82 | 0.8 | 0.73 |
| Hex | F1 | 8A | 81 | 0 | 2B | 2E | 5 | 5 | 50 | 49 |
| Octal | 361 | 212 | 201 | 0 | 53 | 56 | 5 | 5 | 120 | 111 |
| Binary | 11110001 | 10001010 | 10000001 | 0 | 101011 | 101110 | 101 | 101 | 1010000 | 1001001 |
Color Harmonies of #F18A81
Complementary color
Monochromatic Colors of #F18A81
Black with #F18A81
Text Example
Text Example
White with #F18A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A81; }
p { color: rgb(241,138,129); }
H1.HeaderClassName
{
color: #F18A81;
}
.AnyTagClassName
{
color: #F18A81;
}
</style>
background-color css
<style>
a { background-color: #F18A81; }
a { background-color: rgb(241,138,129); }
div.DivClassName
{
background-color: #F18A81;
}
.BgClassName
{
background-color: #F18A81;
}
</style>
border-color css
<style>
span { border-color: #F18A81; }
span { border-color: rgb(241,138,129); }
td.TdClassName
{
border-color: #F18A81;
}
.TagClassName
{
border-color: #F18A81;
}
</style>