Shades of Light Coral #F07C7C
Tints of Light Coral #F07C7C
RGB
CMYK
RGB Variations
Color information
#F07C7C (or 0xF07C7C) is known color: Light Coral. HEX triplet: F0, 7C and 7C. RGB value is (240,124,124). Sum of RGB (Red+Green+Blue) = 240+124+124=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C7C is #0F8383. Grayscale: #9E9E9E. Windows color (decimal): -1016708 or 8158448. OLE color: 8158448.
HSL color Cylindrical-coordinate representation of color #F07C7C: hue angle of 0º 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 #F07C7C is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 124 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.06 |
| HSL | 0º | 0.79% | 0.71% | - |
| HSV(B) | 0º | 0.48% | 0.94% | - |
| XYZ | 46.78 | 34.4 | 23.24 | - |
| YUV | 158.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 124 | 0 | 0.48 | 0.48 | 0.06 | 0 | 0.79 | 0.71 |
| Hex | F0 | 7C | 7C | 0 | 30 | 30 | 6 | 0 | 4F | 47 |
| Octal | 360 | 174 | 174 | 0 | 60 | 60 | 6 | 0 | 117 | 107 |
| Binary | 11110000 | 1111100 | 1111100 | 0 | 110000 | 110000 | 110 | 0 | 1001111 | 1000111 |
Color Harmonies of #F07C7C
Complementary color
Monochromatic Colors of #F07C7C
Black with #F07C7C
Text Example
Text Example
White with #F07C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C7C; }
p { color: rgb(240,124,124); }
H1.HeaderClassName
{
color: #F07C7C;
}
.AnyTagClassName
{
color: #F07C7C;
}
</style>
background-color css
<style>
a { background-color: #F07C7C; }
a { background-color: rgb(240,124,124); }
div.DivClassName
{
background-color: #F07C7C;
}
.BgClassName
{
background-color: #F07C7C;
}
</style>
border-color css
<style>
span { border-color: #F07C7C; }
span { border-color: rgb(240,124,124); }
td.TdClassName
{
border-color: #F07C7C;
}
.TagClassName
{
border-color: #F07C7C;
}
</style>