Shades of Light Coral #F28785
Tints of Light Coral #F28785
RGB
CMYK
RGB Variations
Color information
#F28785 (or 0xF28785) is known color: Light Coral. HEX triplet: F2, 87 and 85. RGB value is (242,135,133). Sum of RGB (Red+Green+Blue) = 242+135+133=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28785 is #0D787A. Grayscale: #A6A6A6. Windows color (decimal): -882811 or 8751090. OLE color: 8751090.
HSL color Cylindrical-coordinate representation of color #F28785: hue angle of 1.1º 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 #F28785 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 133 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.05 |
| HSL | 1.1º | 0.81% | 0.74% | - |
| HSV(B) | 1.1º | 0.45% | 0.95% | - |
| XYZ | 49.52 | 37.9 | 26.9 | - |
| YUV | 166.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 133 | 0 | 0.44 | 0.45 | 0.05 | 1.1 | 0.81 | 0.74 |
| Hex | F2 | 87 | 85 | 0 | 2C | 2D | 5 | 1 | 51 | 4A |
| Octal | 362 | 207 | 205 | 0 | 54 | 55 | 5 | 1 | 121 | 112 |
| Binary | 11110010 | 10000111 | 10000101 | 0 | 101100 | 101101 | 101 | 1 | 1010001 | 1001010 |
Color Harmonies of #F28785
Complementary color
Monochromatic Colors of #F28785
Black with #F28785
Text Example
Text Example
White with #F28785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28785; }
p { color: rgb(242,135,133); }
H1.HeaderClassName
{
color: #F28785;
}
.AnyTagClassName
{
color: #F28785;
}
</style>
background-color css
<style>
a { background-color: #F28785; }
a { background-color: rgb(242,135,133); }
div.DivClassName
{
background-color: #F28785;
}
.BgClassName
{
background-color: #F28785;
}
</style>
border-color css
<style>
span { border-color: #F28785; }
span { border-color: rgb(242,135,133); }
td.TdClassName
{
border-color: #F28785;
}
.TagClassName
{
border-color: #F28785;
}
</style>