Shades of Light Coral #F8857F
Tints of Light Coral #F8857F
RGB
CMYK
RGB Variations
Color information
#F8857F (or 0xF8857F) is known color: Light Coral. HEX triplet: F8, 85 and 7F. RGB value is (248,133,127). Sum of RGB (Red+Green+Blue) = 248+133+127=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8857F is #077A80. Grayscale: #A6A6A6. Windows color (decimal): -490113 or 8357368. OLE color: 8357368.
HSL color Cylindrical-coordinate representation of color #F8857F: hue angle of 2.98º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8857F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 127 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.03 |
| HSL | 2.98º | 0.9% | 0.74% | - |
| HSV(B) | 2.98º | 0.49% | 0.97% | - |
| XYZ | 50.93 | 38.26 | 24.78 | - |
| YUV | 166.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 127 | 0 | 0.46 | 0.49 | 0.03 | 2.98 | 0.9 | 0.74 |
| Hex | F8 | 85 | 7F | 0 | 2E | 31 | 3 | 3 | 5A | 4A |
| Octal | 370 | 205 | 177 | 0 | 56 | 61 | 3 | 3 | 132 | 112 |
| Binary | 11111000 | 10000101 | 1111111 | 0 | 101110 | 110001 | 11 | 11 | 1011010 | 1001010 |
Color Harmonies of #F8857F
Complementary color
Monochromatic Colors of #F8857F
Black with #F8857F
Text Example
Text Example
White with #F8857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8857F; }
p { color: rgb(248,133,127); }
H1.HeaderClassName
{
color: #F8857F;
}
.AnyTagClassName
{
color: #F8857F;
}
</style>
background-color css
<style>
a { background-color: #F8857F; }
a { background-color: rgb(248,133,127); }
div.DivClassName
{
background-color: #F8857F;
}
.BgClassName
{
background-color: #F8857F;
}
</style>
border-color css
<style>
span { border-color: #F8857F; }
span { border-color: rgb(248,133,127); }
td.TdClassName
{
border-color: #F8857F;
}
.TagClassName
{
border-color: #F8857F;
}
</style>