Shades of Light Coral #F0807C
Tints of Light Coral #F0807C
RGB
CMYK
RGB Variations
Color information
#F0807C (or 0xF0807C) is known color: Light Coral. HEX triplet: F0, 80 and 7C. RGB value is (240,128,124). Sum of RGB (Red+Green+Blue) = 240+128+124=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807C is #0F7F83. Grayscale: #A1A1A1. Windows color (decimal): -1015684 or 8159472. OLE color: 8159472.
HSL color Cylindrical-coordinate representation of color #F0807C: hue angle of 2.07º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0807C is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 124 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.06 |
| HSL | 2.07º | 0.79% | 0.71% | - |
| HSV(B) | 2.07º | 0.48% | 0.94% | - |
| XYZ | 47.29 | 35.42 | 23.41 | - |
| YUV | 161.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 124 | 0 | 0.47 | 0.48 | 0.06 | 2.07 | 0.79 | 0.71 |
| Hex | F0 | 80 | 7C | 0 | 2F | 30 | 6 | 2 | 4F | 47 |
| Octal | 360 | 200 | 174 | 0 | 57 | 60 | 6 | 2 | 117 | 107 |
| Binary | 11110000 | 10000000 | 1111100 | 0 | 101111 | 110000 | 110 | 10 | 1001111 | 1000111 |
Color Harmonies of #F0807C
Complementary color
Monochromatic Colors of #F0807C
Black with #F0807C
Text Example
Text Example
White with #F0807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0807C; }
p { color: rgb(240,128,124); }
H1.HeaderClassName
{
color: #F0807C;
}
.AnyTagClassName
{
color: #F0807C;
}
</style>
background-color css
<style>
a { background-color: #F0807C; }
a { background-color: rgb(240,128,124); }
div.DivClassName
{
background-color: #F0807C;
}
.BgClassName
{
background-color: #F0807C;
}
</style>
border-color css
<style>
span { border-color: #F0807C; }
span { border-color: rgb(240,128,124); }
td.TdClassName
{
border-color: #F0807C;
}
.TagClassName
{
border-color: #F0807C;
}
</style>