Shades of Light Coral #F68C7F
Tints of Light Coral #F68C7F
RGB
CMYK
RGB Variations
Color information
#F68C7F (or 0xF68C7F) is known color: Light Coral. HEX triplet: F6, 8C and 7F. RGB value is (246,140,127). Sum of RGB (Red+Green+Blue) = 246+140+127=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C7F is #097380. Grayscale: #AAAAAA. Windows color (decimal): -619393 or 8359158. OLE color: 8359158.
HSL color Cylindrical-coordinate representation of color #F68C7F: hue angle of 6.55º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68C7F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 127 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.04 |
| HSL | 6.55º | 0.87% | 0.73% | - |
| HSV(B) | 6.55º | 0.48% | 0.96% | - |
| XYZ | 51.21 | 39.88 | 25.08 | - |
| YUV | 170.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 127 | 0 | 0.43 | 0.48 | 0.04 | 6.55 | 0.87 | 0.73 |
| Hex | F6 | 8C | 7F | 0 | 2B | 30 | 4 | 7 | 57 | 49 |
| Octal | 366 | 214 | 177 | 0 | 53 | 60 | 4 | 7 | 127 | 111 |
| Binary | 11110110 | 10001100 | 1111111 | 0 | 101011 | 110000 | 100 | 111 | 1010111 | 1001001 |
Color Harmonies of #F68C7F
Complementary color
Monochromatic Colors of #F68C7F
Black with #F68C7F
Text Example
Text Example
White with #F68C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C7F; }
p { color: rgb(246,140,127); }
H1.HeaderClassName
{
color: #F68C7F;
}
.AnyTagClassName
{
color: #F68C7F;
}
</style>
background-color css
<style>
a { background-color: #F68C7F; }
a { background-color: rgb(246,140,127); }
div.DivClassName
{
background-color: #F68C7F;
}
.BgClassName
{
background-color: #F68C7F;
}
</style>
border-color css
<style>
span { border-color: #F68C7F; }
span { border-color: rgb(246,140,127); }
td.TdClassName
{
border-color: #F68C7F;
}
.TagClassName
{
border-color: #F68C7F;
}
</style>