Shades of Light Coral #F68982
Tints of Light Coral #F68982
RGB
CMYK
RGB Variations
Color information
#F68982 (or 0xF68982) is known color: Light Coral. HEX triplet: F6, 89 and 82. RGB value is (246,137,130). Sum of RGB (Red+Green+Blue) = 246+137+130=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F68982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68982 is #09767D. Grayscale: #A8A8A8. Windows color (decimal): -620158 or 8554998. OLE color: 8554998.
HSL color Cylindrical-coordinate representation of color #F68982: hue angle of 3.62º 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 #F68982 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 130 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.04 |
| HSL | 3.62º | 0.87% | 0.74% | - |
| HSV(B) | 3.62º | 0.47% | 0.96% | - |
| XYZ | 50.98 | 39.1 | 25.98 | - |
| YUV | 168.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 130 | 0 | 0.44 | 0.47 | 0.04 | 3.62 | 0.87 | 0.74 |
| Hex | F6 | 89 | 82 | 0 | 2C | 2F | 4 | 4 | 57 | 4A |
| Octal | 366 | 211 | 202 | 0 | 54 | 57 | 4 | 4 | 127 | 112 |
| Binary | 11110110 | 10001001 | 10000010 | 0 | 101100 | 101111 | 100 | 100 | 1010111 | 1001010 |
Color Harmonies of #F68982
Complementary color
Monochromatic Colors of #F68982
Black with #F68982
Text Example
Text Example
White with #F68982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68982; }
p { color: rgb(246,137,130); }
H1.HeaderClassName
{
color: #F68982;
}
.AnyTagClassName
{
color: #F68982;
}
</style>
background-color css
<style>
a { background-color: #F68982; }
a { background-color: rgb(246,137,130); }
div.DivClassName
{
background-color: #F68982;
}
.BgClassName
{
background-color: #F68982;
}
</style>
border-color css
<style>
span { border-color: #F68982; }
span { border-color: rgb(246,137,130); }
td.TdClassName
{
border-color: #F68982;
}
.TagClassName
{
border-color: #F68982;
}
</style>