Shades of Light Coral #F0877A
Tints of Light Coral #F0877A
RGB
CMYK
RGB Variations
Color information
#F0877A (or 0xF0877A) is known color: Light Coral. HEX triplet: F0, 87 and 7A. RGB value is (240,135,122). Sum of RGB (Red+Green+Blue) = 240+135+122=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0877A is #0F7885. Grayscale: #A5A5A5. Windows color (decimal): -1013894 or 8030192. OLE color: 8030192.
HSL color Cylindrical-coordinate representation of color #F0877A: hue angle of 6.61º 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 #F0877A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 122 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.06 |
| HSL | 6.61º | 0.8% | 0.71% | - |
| HSV(B) | 6.61º | 0.49% | 0.94% | - |
| XYZ | 48.11 | 37.26 | 23.07 | - |
| YUV | 164.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 122 | 0 | 0.44 | 0.49 | 0.06 | 6.61 | 0.8 | 0.71 |
| Hex | F0 | 87 | 7A | 0 | 2C | 31 | 6 | 7 | 50 | 47 |
| Octal | 360 | 207 | 172 | 0 | 54 | 61 | 6 | 7 | 120 | 107 |
| Binary | 11110000 | 10000111 | 1111010 | 0 | 101100 | 110001 | 110 | 111 | 1010000 | 1000111 |
Color Harmonies of #F0877A
Complementary color
Monochromatic Colors of #F0877A
Black with #F0877A
Text Example
Text Example
White with #F0877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0877A; }
p { color: rgb(240,135,122); }
H1.HeaderClassName
{
color: #F0877A;
}
.AnyTagClassName
{
color: #F0877A;
}
</style>
background-color css
<style>
a { background-color: #F0877A; }
a { background-color: rgb(240,135,122); }
div.DivClassName
{
background-color: #F0877A;
}
.BgClassName
{
background-color: #F0877A;
}
</style>
border-color css
<style>
span { border-color: #F0877A; }
span { border-color: rgb(240,135,122); }
td.TdClassName
{
border-color: #F0877A;
}
.TagClassName
{
border-color: #F0877A;
}
</style>