Shades of Light Coral #F07979
Tints of Light Coral #F07979
RGB
CMYK
RGB Variations
Color information
#F07979 (or 0xF07979) is known color: Light Coral. HEX triplet: F0, 79 and 79. RGB value is (240,121,121). Sum of RGB (Red+Green+Blue) = 240+121+121=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F07979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07979 is #0F8686. Grayscale: #9C9C9C. Windows color (decimal): -1017479 or 7961072. OLE color: 7961072.
HSL color Cylindrical-coordinate representation of color #F07979: hue angle of 0º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07979 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 121 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.06 |
| HSL | 0º | 0.8% | 0.71% | - |
| HSV(B) | 0º | 0.5% | 0.94% | - |
| XYZ | 46.22 | 33.58 | 22.13 | - |
| YUV | 156.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 121 | 0 | 0.50 | 0.50 | 0.06 | 0 | 0.8 | 0.71 |
| Hex | F0 | 79 | 79 | 0 | 32 | 32 | 6 | 0 | 50 | 47 |
| Octal | 360 | 171 | 171 | 0 | 62 | 62 | 6 | 0 | 120 | 107 |
| Binary | 11110000 | 1111001 | 1111001 | 0 | 110010 | 110010 | 110 | 0 | 1010000 | 1000111 |
Color Harmonies of #F07979
Complementary color
Monochromatic Colors of #F07979
Black with #F07979
Text Example
Text Example
White with #F07979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07979; }
p { color: rgb(240,121,121); }
H1.HeaderClassName
{
color: #F07979;
}
.AnyTagClassName
{
color: #F07979;
}
</style>
background-color css
<style>
a { background-color: #F07979; }
a { background-color: rgb(240,121,121); }
div.DivClassName
{
background-color: #F07979;
}
.BgClassName
{
background-color: #F07979;
}
</style>
border-color css
<style>
span { border-color: #F07979; }
span { border-color: rgb(240,121,121); }
td.TdClassName
{
border-color: #F07979;
}
.TagClassName
{
border-color: #F07979;
}
</style>