Shades of Light Coral #F0807A
Tints of Light Coral #F0807A
RGB
CMYK
RGB Variations
Color information
#F0807A (or 0xF0807A) is known color: Light Coral. HEX triplet: F0, 80 and 7A. RGB value is (240,128,122). Sum of RGB (Red+Green+Blue) = 240+128+122=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807A is #0F7F85. Grayscale: #A0A0A0. Windows color (decimal): -1015686 or 8028400. OLE color: 8028400.
HSL color Cylindrical-coordinate representation of color #F0807A: hue angle of 3.05º 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 #F0807A is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 122 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.06 |
| HSL | 3.05º | 0.8% | 0.71% | - |
| HSV(B) | 3.05º | 0.49% | 0.94% | - |
| XYZ | 47.17 | 35.37 | 22.75 | - |
| YUV | 160.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 122 | 0 | 0.47 | 0.49 | 0.06 | 3.05 | 0.8 | 0.71 |
| Hex | F0 | 80 | 7A | 0 | 2F | 31 | 6 | 3 | 50 | 47 |
| Octal | 360 | 200 | 172 | 0 | 57 | 61 | 6 | 3 | 120 | 107 |
| Binary | 11110000 | 10000000 | 1111010 | 0 | 101111 | 110001 | 110 | 11 | 1010000 | 1000111 |
Color Harmonies of #F0807A
Complementary color
Monochromatic Colors of #F0807A
Black with #F0807A
Text Example
Text Example
White with #F0807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0807A; }
p { color: rgb(240,128,122); }
H1.HeaderClassName
{
color: #F0807A;
}
.AnyTagClassName
{
color: #F0807A;
}
</style>
background-color css
<style>
a { background-color: #F0807A; }
a { background-color: rgb(240,128,122); }
div.DivClassName
{
background-color: #F0807A;
}
.BgClassName
{
background-color: #F0807A;
}
</style>
border-color css
<style>
span { border-color: #F0807A; }
span { border-color: rgb(240,128,122); }
td.TdClassName
{
border-color: #F0807A;
}
.TagClassName
{
border-color: #F0807A;
}
</style>