Shades of Light Coral #F28685
Tints of Light Coral #F28685
RGB
CMYK
RGB Variations
Color information
#F28685 (or 0xF28685) is known color: Light Coral. HEX triplet: F2, 86 and 85. RGB value is (242,134,133). Sum of RGB (Red+Green+Blue) = 242+134+133=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28685 is #0D797A. Grayscale: #A6A6A6. Windows color (decimal): -883067 or 8750834. OLE color: 8750834.
HSL color Cylindrical-coordinate representation of color #F28685: hue angle of 0.55º 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 #F28685 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 133 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.05 |
| HSL | 0.55º | 0.81% | 0.74% | - |
| HSV(B) | 0.55º | 0.45% | 0.95% | - |
| XYZ | 49.38 | 37.62 | 26.85 | - |
| YUV | 166.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 133 | 0 | 0.45 | 0.45 | 0.05 | 0.55 | 0.81 | 0.74 |
| Hex | F2 | 86 | 85 | 0 | 2D | 2D | 5 | 1 | 51 | 4A |
| Octal | 362 | 206 | 205 | 0 | 55 | 55 | 5 | 1 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10000101 | 0 | 101101 | 101101 | 101 | 1 | 1010001 | 1001010 |
Color Harmonies of #F28685
Complementary color
Monochromatic Colors of #F28685
Black with #F28685
Text Example
Text Example
White with #F28685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28685; }
p { color: rgb(242,134,133); }
H1.HeaderClassName
{
color: #F28685;
}
.AnyTagClassName
{
color: #F28685;
}
</style>
background-color css
<style>
a { background-color: #F28685; }
a { background-color: rgb(242,134,133); }
div.DivClassName
{
background-color: #F28685;
}
.BgClassName
{
background-color: #F28685;
}
</style>
border-color css
<style>
span { border-color: #F28685; }
span { border-color: rgb(242,134,133); }
td.TdClassName
{
border-color: #F28685;
}
.TagClassName
{
border-color: #F28685;
}
</style>