Shades of Light Coral #F08C7F
Tints of Light Coral #F08C7F
RGB
CMYK
RGB Variations
Color information
#F08C7F (or 0xF08C7F) is known color: Light Coral. HEX triplet: F0, 8C and 7F. RGB value is (240,140,127). Sum of RGB (Red+Green+Blue) = 240+140+127=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C7F is #0F7380. Grayscale: #A8A8A8. Windows color (decimal): -1012609 or 8359152. OLE color: 8359152.
HSL color Cylindrical-coordinate representation of color #F08C7F: hue angle of 6.9º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08C7F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 127 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.06 |
| HSL | 6.9º | 0.79% | 0.72% | - |
| HSV(B) | 6.9º | 0.47% | 0.94% | - |
| XYZ | 49.14 | 38.81 | 24.98 | - |
| YUV | 168.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 127 | 0 | 0.42 | 0.47 | 0.06 | 6.9 | 0.79 | 0.72 |
| Hex | F0 | 8C | 7F | 0 | 2A | 2F | 6 | 7 | 4F | 48 |
| Octal | 360 | 214 | 177 | 0 | 52 | 57 | 6 | 7 | 117 | 110 |
| Binary | 11110000 | 10001100 | 1111111 | 0 | 101010 | 101111 | 110 | 111 | 1001111 | 1001000 |
Color Harmonies of #F08C7F
Complementary color
Monochromatic Colors of #F08C7F
Black with #F08C7F
Text Example
Text Example
White with #F08C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C7F; }
p { color: rgb(240,140,127); }
H1.HeaderClassName
{
color: #F08C7F;
}
.AnyTagClassName
{
color: #F08C7F;
}
</style>
background-color css
<style>
a { background-color: #F08C7F; }
a { background-color: rgb(240,140,127); }
div.DivClassName
{
background-color: #F08C7F;
}
.BgClassName
{
background-color: #F08C7F;
}
</style>
border-color css
<style>
span { border-color: #F08C7F; }
span { border-color: rgb(240,140,127); }
td.TdClassName
{
border-color: #F08C7F;
}
.TagClassName
{
border-color: #F08C7F;
}
</style>