Shades of Light Coral #F68684
Tints of Light Coral #F68684
RGB
CMYK
RGB Variations
Color information
#F68684 (or 0xF68684) is known color: Light Coral. HEX triplet: F6, 86 and 84. RGB value is (246,134,132). Sum of RGB (Red+Green+Blue) = 246+134+132=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F68684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68684 is #09797B. Grayscale: #A7A7A7. Windows color (decimal): -620924 or 8685302. OLE color: 8685302.
HSL color Cylindrical-coordinate representation of color #F68684: hue angle of 1.05º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68684 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 132 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.04 |
| HSL | 1.05º | 0.86% | 0.74% | - |
| HSV(B) | 1.05º | 0.46% | 0.96% | - |
| XYZ | 50.7 | 38.31 | 26.55 | - |
| YUV | 167.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 132 | 0 | 0.46 | 0.46 | 0.04 | 1.05 | 0.86 | 0.74 |
| Hex | F6 | 86 | 84 | 0 | 2E | 2E | 4 | 1 | 56 | 4A |
| Octal | 366 | 206 | 204 | 0 | 56 | 56 | 4 | 1 | 126 | 112 |
| Binary | 11110110 | 10000110 | 10000100 | 0 | 101110 | 101110 | 100 | 1 | 1010110 | 1001010 |
Color Harmonies of #F68684
Complementary color
Monochromatic Colors of #F68684
Black with #F68684
Text Example
Text Example
White with #F68684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68684; }
p { color: rgb(246,134,132); }
H1.HeaderClassName
{
color: #F68684;
}
.AnyTagClassName
{
color: #F68684;
}
</style>
background-color css
<style>
a { background-color: #F68684; }
a { background-color: rgb(246,134,132); }
div.DivClassName
{
background-color: #F68684;
}
.BgClassName
{
background-color: #F68684;
}
</style>
border-color css
<style>
span { border-color: #F68684; }
span { border-color: rgb(246,134,132); }
td.TdClassName
{
border-color: #F68684;
}
.TagClassName
{
border-color: #F68684;
}
</style>