Shades of Light Coral #F68A83
Tints of Light Coral #F68A83
RGB
CMYK
RGB Variations
Color information
#F68A83 (or 0xF68A83) is known color: Light Coral. HEX triplet: F6, 8A and 83. RGB value is (246,138,131). Sum of RGB (Red+Green+Blue) = 246+138+131=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A83 is #09757C. Grayscale: #A9A9A9. Windows color (decimal): -619901 or 8620790. OLE color: 8620790.
HSL color Cylindrical-coordinate representation of color #F68A83: hue angle of 3.65º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68A83 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 131 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.04 |
| HSL | 3.65º | 0.86% | 0.74% | - |
| HSV(B) | 3.65º | 0.47% | 0.96% | - |
| XYZ | 51.19 | 39.41 | 26.38 | - |
| YUV | 169.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 131 | 0 | 0.44 | 0.47 | 0.04 | 3.65 | 0.86 | 0.74 |
| Hex | F6 | 8A | 83 | 0 | 2C | 2F | 4 | 4 | 56 | 4A |
| Octal | 366 | 212 | 203 | 0 | 54 | 57 | 4 | 4 | 126 | 112 |
| Binary | 11110110 | 10001010 | 10000011 | 0 | 101100 | 101111 | 100 | 100 | 1010110 | 1001010 |
Color Harmonies of #F68A83
Complementary color
Monochromatic Colors of #F68A83
Black with #F68A83
Text Example
Text Example
White with #F68A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A83; }
p { color: rgb(246,138,131); }
H1.HeaderClassName
{
color: #F68A83;
}
.AnyTagClassName
{
color: #F68A83;
}
</style>
background-color css
<style>
a { background-color: #F68A83; }
a { background-color: rgb(246,138,131); }
div.DivClassName
{
background-color: #F68A83;
}
.BgClassName
{
background-color: #F68A83;
}
</style>
border-color css
<style>
span { border-color: #F68A83; }
span { border-color: rgb(246,138,131); }
td.TdClassName
{
border-color: #F68A83;
}
.TagClassName
{
border-color: #F68A83;
}
</style>