Shades of Light Coral #F68C7E
Tints of Light Coral #F68C7E
RGB
CMYK
RGB Variations
Color information
#F68C7E (or 0xF68C7E) is known color: Light Coral. HEX triplet: F6, 8C and 7E. RGB value is (246,140,126). Sum of RGB (Red+Green+Blue) = 246+140+126=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C7E is #097381. Grayscale: #AAAAAA. Windows color (decimal): -619394 or 8293622. OLE color: 8293622.
HSL color Cylindrical-coordinate representation of color #F68C7E: hue angle of 7º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F68C7E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 126 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.04 |
| HSL | 7º | 0.87% | 0.73% | - |
| HSV(B) | 7º | 0.49% | 0.96% | - |
| XYZ | 51.15 | 39.86 | 24.74 | - |
| YUV | 170.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 126 | 0 | 0.43 | 0.49 | 0.04 | 7 | 0.87 | 0.73 |
| Hex | F6 | 8C | 7E | 0 | 2B | 31 | 4 | 7 | 57 | 49 |
| Octal | 366 | 214 | 176 | 0 | 53 | 61 | 4 | 7 | 127 | 111 |
| Binary | 11110110 | 10001100 | 1111110 | 0 | 101011 | 110001 | 100 | 111 | 1010111 | 1001001 |
Color Harmonies of #F68C7E
Complementary color
Monochromatic Colors of #F68C7E
Black with #F68C7E
Text Example
Text Example
White with #F68C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C7E; }
p { color: rgb(246,140,126); }
H1.HeaderClassName
{
color: #F68C7E;
}
.AnyTagClassName
{
color: #F68C7E;
}
</style>
background-color css
<style>
a { background-color: #F68C7E; }
a { background-color: rgb(246,140,126); }
div.DivClassName
{
background-color: #F68C7E;
}
.BgClassName
{
background-color: #F68C7E;
}
</style>
border-color css
<style>
span { border-color: #F68C7E; }
span { border-color: rgb(246,140,126); }
td.TdClassName
{
border-color: #F68C7E;
}
.TagClassName
{
border-color: #F68C7E;
}
</style>