Shades of Light Coral #F68A82
Tints of Light Coral #F68A82
RGB
CMYK
RGB Variations
Color information
#F68A82 (or 0xF68A82) is known color: Light Coral. HEX triplet: F6, 8A and 82. RGB value is (246,138,130). Sum of RGB (Red+Green+Blue) = 246+138+130=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A82 is #09757D. Grayscale: #A9A9A9. Windows color (decimal): -619902 or 8555254. OLE color: 8555254.
HSL color Cylindrical-coordinate representation of color #F68A82: hue angle of 4.14º degrees, saturation: 0.87, 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 #F68A82 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 130 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.04 |
| HSL | 4.14º | 0.87% | 0.74% | - |
| HSV(B) | 4.14º | 0.47% | 0.96% | - |
| XYZ | 51.12 | 39.38 | 26.03 | - |
| YUV | 169.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 130 | 0 | 0.44 | 0.47 | 0.04 | 4.14 | 0.87 | 0.74 |
| Hex | F6 | 8A | 82 | 0 | 2C | 2F | 4 | 4 | 57 | 4A |
| Octal | 366 | 212 | 202 | 0 | 54 | 57 | 4 | 4 | 127 | 112 |
| Binary | 11110110 | 10001010 | 10000010 | 0 | 101100 | 101111 | 100 | 100 | 1010111 | 1001010 |
Color Harmonies of #F68A82
Complementary color
Monochromatic Colors of #F68A82
Black with #F68A82
Text Example
Text Example
White with #F68A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A82; }
p { color: rgb(246,138,130); }
H1.HeaderClassName
{
color: #F68A82;
}
.AnyTagClassName
{
color: #F68A82;
}
</style>
background-color css
<style>
a { background-color: #F68A82; }
a { background-color: rgb(246,138,130); }
div.DivClassName
{
background-color: #F68A82;
}
.BgClassName
{
background-color: #F68A82;
}
</style>
border-color css
<style>
span { border-color: #F68A82; }
span { border-color: rgb(246,138,130); }
td.TdClassName
{
border-color: #F68A82;
}
.TagClassName
{
border-color: #F68A82;
}
</style>