Shades of Light Coral #F68782
Tints of Light Coral #F68782
RGB
CMYK
RGB Variations
Color information
#F68782 (or 0xF68782) is known color: Light Coral. HEX triplet: F6, 87 and 82. RGB value is (246,135,130). Sum of RGB (Red+Green+Blue) = 246+135+130=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F68782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68782 is #09787D. Grayscale: #A7A7A7. Windows color (decimal): -620670 or 8554486. OLE color: 8554486.
HSL color Cylindrical-coordinate representation of color #F68782: hue angle of 2.59º 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 #F68782 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 130 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.04 |
| HSL | 2.59º | 0.87% | 0.74% | - |
| HSV(B) | 2.59º | 0.47% | 0.96% | - |
| XYZ | 50.7 | 38.53 | 25.88 | - |
| YUV | 167.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 130 | 0 | 0.45 | 0.47 | 0.04 | 2.59 | 0.87 | 0.74 |
| Hex | F6 | 87 | 82 | 0 | 2D | 2F | 4 | 3 | 57 | 4A |
| Octal | 366 | 207 | 202 | 0 | 55 | 57 | 4 | 3 | 127 | 112 |
| Binary | 11110110 | 10000111 | 10000010 | 0 | 101101 | 101111 | 100 | 11 | 1010111 | 1001010 |
Color Harmonies of #F68782
Complementary color
Monochromatic Colors of #F68782
Black with #F68782
Text Example
Text Example
White with #F68782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68782; }
p { color: rgb(246,135,130); }
H1.HeaderClassName
{
color: #F68782;
}
.AnyTagClassName
{
color: #F68782;
}
</style>
background-color css
<style>
a { background-color: #F68782; }
a { background-color: rgb(246,135,130); }
div.DivClassName
{
background-color: #F68782;
}
.BgClassName
{
background-color: #F68782;
}
</style>
border-color css
<style>
span { border-color: #F68782; }
span { border-color: rgb(246,135,130); }
td.TdClassName
{
border-color: #F68782;
}
.TagClassName
{
border-color: #F68782;
}
</style>