Shades of Light Coral #F07F7C
Tints of Light Coral #F07F7C
RGB
CMYK
RGB Variations
Color information
#F07F7C (or 0xF07F7C) is known color: Light Coral. HEX triplet: F0, 7F and 7C. RGB value is (240,127,124). Sum of RGB (Red+Green+Blue) = 240+127+124=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7C is #0F8083. Grayscale: #A0A0A0. Windows color (decimal): -1015940 or 8159216. OLE color: 8159216.
HSL color Cylindrical-coordinate representation of color #F07F7C: hue angle of 1.55º 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 #F07F7C is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 124 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.06 |
| HSL | 1.55º | 0.79% | 0.71% | - |
| HSV(B) | 1.55º | 0.48% | 0.94% | - |
| XYZ | 47.16 | 35.16 | 23.37 | - |
| YUV | 160.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 124 | 0 | 0.47 | 0.48 | 0.06 | 1.55 | 0.79 | 0.71 |
| Hex | F0 | 7F | 7C | 0 | 2F | 30 | 6 | 2 | 4F | 47 |
| Octal | 360 | 177 | 174 | 0 | 57 | 60 | 6 | 2 | 117 | 107 |
| Binary | 11110000 | 1111111 | 1111100 | 0 | 101111 | 110000 | 110 | 10 | 1001111 | 1000111 |
Color Harmonies of #F07F7C
Complementary color
Monochromatic Colors of #F07F7C
Black with #F07F7C
Text Example
Text Example
White with #F07F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F7C; }
p { color: rgb(240,127,124); }
H1.HeaderClassName
{
color: #F07F7C;
}
.AnyTagClassName
{
color: #F07F7C;
}
</style>
background-color css
<style>
a { background-color: #F07F7C; }
a { background-color: rgb(240,127,124); }
div.DivClassName
{
background-color: #F07F7C;
}
.BgClassName
{
background-color: #F07F7C;
}
</style>
border-color css
<style>
span { border-color: #F07F7C; }
span { border-color: rgb(240,127,124); }
td.TdClassName
{
border-color: #F07F7C;
}
.TagClassName
{
border-color: #F07F7C;
}
</style>