Shades of Light Coral #F68880
Tints of Light Coral #F68880
RGB
CMYK
RGB Variations
Color information
#F68880 (or 0xF68880) is known color: Light Coral. HEX triplet: F6, 88 and 80. RGB value is (246,136,128). Sum of RGB (Red+Green+Blue) = 246+136+128=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68880 is #09777F. Grayscale: #A8A8A8. Windows color (decimal): -620416 or 8423670. OLE color: 8423670.
HSL color Cylindrical-coordinate representation of color #F68880: hue angle of 4.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68880 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 128 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.04 |
| HSL | 4.07º | 0.87% | 0.73% | - |
| HSV(B) | 4.07º | 0.48% | 0.96% | - |
| XYZ | 50.71 | 38.76 | 25.23 | - |
| YUV | 167.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 128 | 0 | 0.45 | 0.48 | 0.04 | 4.07 | 0.87 | 0.73 |
| Hex | F6 | 88 | 80 | 0 | 2D | 30 | 4 | 4 | 57 | 49 |
| Octal | 366 | 210 | 200 | 0 | 55 | 60 | 4 | 4 | 127 | 111 |
| Binary | 11110110 | 10001000 | 10000000 | 0 | 101101 | 110000 | 100 | 100 | 1010111 | 1001001 |
Color Harmonies of #F68880
Complementary color
Monochromatic Colors of #F68880
Black with #F68880
Text Example
Text Example
White with #F68880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68880; }
p { color: rgb(246,136,128); }
H1.HeaderClassName
{
color: #F68880;
}
.AnyTagClassName
{
color: #F68880;
}
</style>
background-color css
<style>
a { background-color: #F68880; }
a { background-color: rgb(246,136,128); }
div.DivClassName
{
background-color: #F68880;
}
.BgClassName
{
background-color: #F68880;
}
</style>
border-color css
<style>
span { border-color: #F68880; }
span { border-color: rgb(246,136,128); }
td.TdClassName
{
border-color: #F68880;
}
.TagClassName
{
border-color: #F68880;
}
</style>