Shades of Light Coral #F28686
Tints of Light Coral #F28686
RGB
CMYK
RGB Variations
Color information
#F28686 (or 0xF28686) is known color: Light Coral. HEX triplet: F2, 86 and 86. RGB value is (242,134,134). Sum of RGB (Red+Green+Blue) = 242+134+134=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28686 is #0D7979. Grayscale: #A6A6A6. Windows color (decimal): -883066 or 8816370. OLE color: 8816370.
HSL color Cylindrical-coordinate representation of color #F28686: hue angle of 0º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28686 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 134 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.05 |
| HSL | 0º | 0.81% | 0.74% | - |
| HSV(B) | 0º | 0.45% | 0.95% | - |
| XYZ | 49.45 | 37.65 | 27.22 | - |
| YUV | 166.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 134 | 0 | 0.45 | 0.45 | 0.05 | 0 | 0.81 | 0.74 |
| Hex | F2 | 86 | 86 | 0 | 2D | 2D | 5 | 0 | 51 | 4A |
| Octal | 362 | 206 | 206 | 0 | 55 | 55 | 5 | 0 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10000110 | 0 | 101101 | 101101 | 101 | 0 | 1010001 | 1001010 |
Color Harmonies of #F28686
Complementary color
Monochromatic Colors of #F28686
Black with #F28686
Text Example
Text Example
White with #F28686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28686; }
p { color: rgb(242,134,134); }
H1.HeaderClassName
{
color: #F28686;
}
.AnyTagClassName
{
color: #F28686;
}
</style>
background-color css
<style>
a { background-color: #F28686; }
a { background-color: rgb(242,134,134); }
div.DivClassName
{
background-color: #F28686;
}
.BgClassName
{
background-color: #F28686;
}
</style>
border-color css
<style>
span { border-color: #F28686; }
span { border-color: rgb(242,134,134); }
td.TdClassName
{
border-color: #F28686;
}
.TagClassName
{
border-color: #F28686;
}
</style>