Shades of Light Coral #F18A7B
Tints of Light Coral #F18A7B
RGB
CMYK
RGB Variations
Color information
#F18A7B (or 0xF18A7B) is known color: Light Coral. HEX triplet: F1, 8A and 7B. RGB value is (241,138,123). Sum of RGB (Red+Green+Blue) = 241+138+123=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A7B is #0E7584. Grayscale: #A7A7A7. Windows color (decimal): -947589 or 8096497. OLE color: 8096497.
HSL color Cylindrical-coordinate representation of color #F18A7B: hue angle of 7.63º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F18A7B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 123 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.05 |
| HSL | 7.63º | 0.81% | 0.71% | - |
| HSV(B) | 7.63º | 0.49% | 0.95% | - |
| XYZ | 48.94 | 38.31 | 23.55 | - |
| YUV | 167.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 123 | 0 | 0.43 | 0.49 | 0.05 | 7.63 | 0.81 | 0.71 |
| Hex | F1 | 8A | 7B | 0 | 2B | 31 | 5 | 8 | 51 | 47 |
| Octal | 361 | 212 | 173 | 0 | 53 | 61 | 5 | 10 | 121 | 107 |
| Binary | 11110001 | 10001010 | 1111011 | 0 | 101011 | 110001 | 101 | 1000 | 1010001 | 1000111 |
Color Harmonies of #F18A7B
Complementary color
Monochromatic Colors of #F18A7B
Black with #F18A7B
Text Example
Text Example
White with #F18A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A7B; }
p { color: rgb(241,138,123); }
H1.HeaderClassName
{
color: #F18A7B;
}
.AnyTagClassName
{
color: #F18A7B;
}
</style>
background-color css
<style>
a { background-color: #F18A7B; }
a { background-color: rgb(241,138,123); }
div.DivClassName
{
background-color: #F18A7B;
}
.BgClassName
{
background-color: #F18A7B;
}
</style>
border-color css
<style>
span { border-color: #F18A7B; }
span { border-color: rgb(241,138,123); }
td.TdClassName
{
border-color: #F18A7B;
}
.TagClassName
{
border-color: #F18A7B;
}
</style>