Shades of Light Coral #F68785
Tints of Light Coral #F68785
RGB
CMYK
RGB Variations
Color information
#F68785 (or 0xF68785) is known color: Light Coral. HEX triplet: F6, 87 and 85. RGB value is (246,135,133). Sum of RGB (Red+Green+Blue) = 246+135+133=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F68785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68785 is #09787A. Grayscale: #A8A8A8. Windows color (decimal): -620667 or 8751094. OLE color: 8751094.
HSL color Cylindrical-coordinate representation of color #F68785: hue angle of 1.06º 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 #F68785 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 133 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.04 |
| HSL | 1.06º | 0.86% | 0.74% | - |
| HSV(B) | 1.06º | 0.46% | 0.96% | - |
| XYZ | 50.9 | 38.61 | 26.96 | - |
| YUV | 167.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 133 | 0 | 0.45 | 0.46 | 0.04 | 1.06 | 0.86 | 0.74 |
| Hex | F6 | 87 | 85 | 0 | 2D | 2E | 4 | 1 | 56 | 4A |
| Octal | 366 | 207 | 205 | 0 | 55 | 56 | 4 | 1 | 126 | 112 |
| Binary | 11110110 | 10000111 | 10000101 | 0 | 101101 | 101110 | 100 | 1 | 1010110 | 1001010 |
Color Harmonies of #F68785
Complementary color
Monochromatic Colors of #F68785
Black with #F68785
Text Example
Text Example
White with #F68785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68785; }
p { color: rgb(246,135,133); }
H1.HeaderClassName
{
color: #F68785;
}
.AnyTagClassName
{
color: #F68785;
}
</style>
background-color css
<style>
a { background-color: #F68785; }
a { background-color: rgb(246,135,133); }
div.DivClassName
{
background-color: #F68785;
}
.BgClassName
{
background-color: #F68785;
}
</style>
border-color css
<style>
span { border-color: #F68785; }
span { border-color: rgb(246,135,133); }
td.TdClassName
{
border-color: #F68785;
}
.TagClassName
{
border-color: #F68785;
}
</style>