Shades of Light Coral #F68885
Tints of Light Coral #F68885
RGB
CMYK
RGB Variations
Color information
#F68885 (or 0xF68885) is known color: Light Coral. HEX triplet: F6, 88 and 85. RGB value is (246,136,133). Sum of RGB (Red+Green+Blue) = 246+136+133=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F68885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68885 is #09777A. Grayscale: #A8A8A8. Windows color (decimal): -620411 or 8751350. OLE color: 8751350.
HSL color Cylindrical-coordinate representation of color #F68885: hue angle of 1.59º 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 #F68885 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 133 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.04 |
| HSL | 1.59º | 0.86% | 0.74% | - |
| HSV(B) | 1.59º | 0.46% | 0.96% | - |
| XYZ | 51.04 | 38.89 | 27.01 | - |
| YUV | 168.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 133 | 0 | 0.45 | 0.46 | 0.04 | 1.59 | 0.86 | 0.74 |
| Hex | F6 | 88 | 85 | 0 | 2D | 2E | 4 | 2 | 56 | 4A |
| Octal | 366 | 210 | 205 | 0 | 55 | 56 | 4 | 2 | 126 | 112 |
| Binary | 11110110 | 10001000 | 10000101 | 0 | 101101 | 101110 | 100 | 10 | 1010110 | 1001010 |
Color Harmonies of #F68885
Complementary color
Monochromatic Colors of #F68885
Black with #F68885
Text Example
Text Example
White with #F68885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68885; }
p { color: rgb(246,136,133); }
H1.HeaderClassName
{
color: #F68885;
}
.AnyTagClassName
{
color: #F68885;
}
</style>
background-color css
<style>
a { background-color: #F68885; }
a { background-color: rgb(246,136,133); }
div.DivClassName
{
background-color: #F68885;
}
.BgClassName
{
background-color: #F68885;
}
</style>
border-color css
<style>
span { border-color: #F68885; }
span { border-color: rgb(246,136,133); }
td.TdClassName
{
border-color: #F68885;
}
.TagClassName
{
border-color: #F68885;
}
</style>