Shades of Light Coral #F18A84
Tints of Light Coral #F18A84
RGB
CMYK
RGB Variations
Color information
#F18A84 (or 0xF18A84) is known color: Light Coral. HEX triplet: F1, 8A and 84. RGB value is (241,138,132). Sum of RGB (Red+Green+Blue) = 241+138+132=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A84 is #0E757B. Grayscale: #A8A8A8. Windows color (decimal): -947580 or 8686321. OLE color: 8686321.
HSL color Cylindrical-coordinate representation of color #F18A84: hue angle of 3.3º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18A84 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 132 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.05 |
| HSL | 3.3º | 0.8% | 0.73% | - |
| HSV(B) | 3.3º | 0.45% | 0.95% | - |
| XYZ | 49.53 | 38.54 | 26.66 | - |
| YUV | 168.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 132 | 0 | 0.43 | 0.45 | 0.05 | 3.3 | 0.8 | 0.73 |
| Hex | F1 | 8A | 84 | 0 | 2B | 2D | 5 | 3 | 50 | 49 |
| Octal | 361 | 212 | 204 | 0 | 53 | 55 | 5 | 3 | 120 | 111 |
| Binary | 11110001 | 10001010 | 10000100 | 0 | 101011 | 101101 | 101 | 11 | 1010000 | 1001001 |
Color Harmonies of #F18A84
Complementary color
Monochromatic Colors of #F18A84
Black with #F18A84
Text Example
Text Example
White with #F18A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A84; }
p { color: rgb(241,138,132); }
H1.HeaderClassName
{
color: #F18A84;
}
.AnyTagClassName
{
color: #F18A84;
}
</style>
background-color css
<style>
a { background-color: #F18A84; }
a { background-color: rgb(241,138,132); }
div.DivClassName
{
background-color: #F18A84;
}
.BgClassName
{
background-color: #F18A84;
}
</style>
border-color css
<style>
span { border-color: #F18A84; }
span { border-color: rgb(241,138,132); }
td.TdClassName
{
border-color: #F18A84;
}
.TagClassName
{
border-color: #F18A84;
}
</style>