Shades of Light Coral #F0897A
Tints of Light Coral #F0897A
RGB
CMYK
RGB Variations
Color information
#F0897A (or 0xF0897A) is known color: Light Coral. HEX triplet: F0, 89 and 7A. RGB value is (240,137,122). Sum of RGB (Red+Green+Blue) = 240+137+122=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0897A is #0F7685. Grayscale: #A6A6A6. Windows color (decimal): -1013382 or 8030704. OLE color: 8030704.
HSL color Cylindrical-coordinate representation of color #F0897A: hue angle of 7.63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0897A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 122 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.06 |
| HSL | 7.63º | 0.8% | 0.71% | - |
| HSV(B) | 7.63º | 0.49% | 0.94% | - |
| XYZ | 48.39 | 37.82 | 23.16 | - |
| YUV | 166.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 122 | 0 | 0.43 | 0.49 | 0.06 | 7.63 | 0.8 | 0.71 |
| Hex | F0 | 89 | 7A | 0 | 2B | 31 | 6 | 8 | 50 | 47 |
| Octal | 360 | 211 | 172 | 0 | 53 | 61 | 6 | 10 | 120 | 107 |
| Binary | 11110000 | 10001001 | 1111010 | 0 | 101011 | 110001 | 110 | 1000 | 1010000 | 1000111 |
Color Harmonies of #F0897A
Complementary color
Monochromatic Colors of #F0897A
Black with #F0897A
Text Example
Text Example
White with #F0897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0897A; }
p { color: rgb(240,137,122); }
H1.HeaderClassName
{
color: #F0897A;
}
.AnyTagClassName
{
color: #F0897A;
}
</style>
background-color css
<style>
a { background-color: #F0897A; }
a { background-color: rgb(240,137,122); }
div.DivClassName
{
background-color: #F0897A;
}
.BgClassName
{
background-color: #F0897A;
}
</style>
border-color css
<style>
span { border-color: #F0897A; }
span { border-color: rgb(240,137,122); }
td.TdClassName
{
border-color: #F0897A;
}
.TagClassName
{
border-color: #F0897A;
}
</style>