Shades of Light Coral #F68B7E
Tints of Light Coral #F68B7E
RGB
CMYK
RGB Variations
Color information
#F68B7E (or 0xF68B7E) is known color: Light Coral. HEX triplet: F6, 8B and 7E. RGB value is (246,139,126). Sum of RGB (Red+Green+Blue) = 246+139+126=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B7E is #097481. Grayscale: #A9A9A9. Windows color (decimal): -619650 or 8293366. OLE color: 8293366.
HSL color Cylindrical-coordinate representation of color #F68B7E: hue angle of 6.5º 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 #F68B7E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 126 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.04 |
| HSL | 6.5º | 0.87% | 0.73% | - |
| HSV(B) | 6.5º | 0.49% | 0.96% | - |
| XYZ | 51 | 39.56 | 24.69 | - |
| YUV | 169.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 126 | 0 | 0.43 | 0.49 | 0.04 | 6.5 | 0.87 | 0.73 |
| Hex | F6 | 8B | 7E | 0 | 2B | 31 | 4 | 6 | 57 | 49 |
| Octal | 366 | 213 | 176 | 0 | 53 | 61 | 4 | 6 | 127 | 111 |
| Binary | 11110110 | 10001011 | 1111110 | 0 | 101011 | 110001 | 100 | 110 | 1010111 | 1001001 |
Color Harmonies of #F68B7E
Complementary color
Monochromatic Colors of #F68B7E
Black with #F68B7E
Text Example
Text Example
White with #F68B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B7E; }
p { color: rgb(246,139,126); }
H1.HeaderClassName
{
color: #F68B7E;
}
.AnyTagClassName
{
color: #F68B7E;
}
</style>
background-color css
<style>
a { background-color: #F68B7E; }
a { background-color: rgb(246,139,126); }
div.DivClassName
{
background-color: #F68B7E;
}
.BgClassName
{
background-color: #F68B7E;
}
</style>
border-color css
<style>
span { border-color: #F68B7E; }
span { border-color: rgb(246,139,126); }
td.TdClassName
{
border-color: #F68B7E;
}
.TagClassName
{
border-color: #F68B7E;
}
</style>