Shades of Light Coral #F8857E
Tints of Light Coral #F8857E
RGB
CMYK
RGB Variations
Color information
#F8857E (or 0xF8857E) is known color: Light Coral. HEX triplet: F8, 85 and 7E. RGB value is (248,133,126). Sum of RGB (Red+Green+Blue) = 248+133+126=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8857E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8857E is #077A81. Grayscale: #A6A6A6. Windows color (decimal): -490114 or 8291832. OLE color: 8291832.
HSL color Cylindrical-coordinate representation of color #F8857E: hue angle of 3.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8857E is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 126 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.03 |
| HSL | 3.44º | 0.9% | 0.73% | - |
| HSV(B) | 3.44º | 0.49% | 0.97% | - |
| XYZ | 50.86 | 38.24 | 24.44 | - |
| YUV | 166.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 126 | 0 | 0.46 | 0.49 | 0.03 | 3.44 | 0.9 | 0.73 |
| Hex | F8 | 85 | 7E | 0 | 2E | 31 | 3 | 3 | 5A | 49 |
| Octal | 370 | 205 | 176 | 0 | 56 | 61 | 3 | 3 | 132 | 111 |
| Binary | 11111000 | 10000101 | 1111110 | 0 | 101110 | 110001 | 11 | 11 | 1011010 | 1001001 |
Color Harmonies of #F8857E
Complementary color
Monochromatic Colors of #F8857E
Black with #F8857E
Text Example
Text Example
White with #F8857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8857E; }
p { color: rgb(248,133,126); }
H1.HeaderClassName
{
color: #F8857E;
}
.AnyTagClassName
{
color: #F8857E;
}
</style>
background-color css
<style>
a { background-color: #F8857E; }
a { background-color: rgb(248,133,126); }
div.DivClassName
{
background-color: #F8857E;
}
.BgClassName
{
background-color: #F8857E;
}
</style>
border-color css
<style>
span { border-color: #F8857E; }
span { border-color: rgb(248,133,126); }
td.TdClassName
{
border-color: #F8857E;
}
.TagClassName
{
border-color: #F8857E;
}
</style>