Shades of Light Coral #F68681
Tints of Light Coral #F68681
RGB
CMYK
RGB Variations
Color information
#F68681 (or 0xF68681) is known color: Light Coral. HEX triplet: F6, 86 and 81. RGB value is (246,134,129). Sum of RGB (Red+Green+Blue) = 246+134+129=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68681 is #09797E. Grayscale: #A7A7A7. Windows color (decimal): -620927 or 8488694. OLE color: 8488694.
HSL color Cylindrical-coordinate representation of color #F68681: hue angle of 2.56º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68681 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 129 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.04 |
| HSL | 2.56º | 0.87% | 0.74% | - |
| HSV(B) | 2.56º | 0.48% | 0.96% | - |
| XYZ | 50.49 | 38.23 | 25.49 | - |
| YUV | 166.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 129 | 0 | 0.46 | 0.48 | 0.04 | 2.56 | 0.87 | 0.74 |
| Hex | F6 | 86 | 81 | 0 | 2E | 30 | 4 | 3 | 57 | 4A |
| Octal | 366 | 206 | 201 | 0 | 56 | 60 | 4 | 3 | 127 | 112 |
| Binary | 11110110 | 10000110 | 10000001 | 0 | 101110 | 110000 | 100 | 11 | 1010111 | 1001010 |
Color Harmonies of #F68681
Complementary color
Monochromatic Colors of #F68681
Black with #F68681
Text Example
Text Example
White with #F68681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68681; }
p { color: rgb(246,134,129); }
H1.HeaderClassName
{
color: #F68681;
}
.AnyTagClassName
{
color: #F68681;
}
</style>
background-color css
<style>
a { background-color: #F68681; }
a { background-color: rgb(246,134,129); }
div.DivClassName
{
background-color: #F68681;
}
.BgClassName
{
background-color: #F68681;
}
</style>
border-color css
<style>
span { border-color: #F68681; }
span { border-color: rgb(246,134,129); }
td.TdClassName
{
border-color: #F68681;
}
.TagClassName
{
border-color: #F68681;
}
</style>