Shades of Light Coral #F68884
Tints of Light Coral #F68884
RGB
CMYK
RGB Variations
Color information
#F68884 (or 0xF68884) is known color: Light Coral. HEX triplet: F6, 88 and 84. RGB value is (246,136,132). Sum of RGB (Red+Green+Blue) = 246+136+132=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F68884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68884 is #09777B. Grayscale: #A8A8A8. Windows color (decimal): -620412 or 8685814. OLE color: 8685814.
HSL color Cylindrical-coordinate representation of color #F68884: hue angle of 2.11º 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 #F68884 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 132 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.04 |
| HSL | 2.11º | 0.86% | 0.74% | - |
| HSV(B) | 2.11º | 0.46% | 0.96% | - |
| XYZ | 50.98 | 38.87 | 26.65 | - |
| YUV | 168.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 132 | 0 | 0.45 | 0.46 | 0.04 | 2.11 | 0.86 | 0.74 |
| Hex | F6 | 88 | 84 | 0 | 2D | 2E | 4 | 2 | 56 | 4A |
| Octal | 366 | 210 | 204 | 0 | 55 | 56 | 4 | 2 | 126 | 112 |
| Binary | 11110110 | 10001000 | 10000100 | 0 | 101101 | 101110 | 100 | 10 | 1010110 | 1001010 |
Color Harmonies of #F68884
Complementary color
Monochromatic Colors of #F68884
Black with #F68884
Text Example
Text Example
White with #F68884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68884; }
p { color: rgb(246,136,132); }
H1.HeaderClassName
{
color: #F68884;
}
.AnyTagClassName
{
color: #F68884;
}
</style>
background-color css
<style>
a { background-color: #F68884; }
a { background-color: rgb(246,136,132); }
div.DivClassName
{
background-color: #F68884;
}
.BgClassName
{
background-color: #F68884;
}
</style>
border-color css
<style>
span { border-color: #F68884; }
span { border-color: rgb(246,136,132); }
td.TdClassName
{
border-color: #F68884;
}
.TagClassName
{
border-color: #F68884;
}
</style>