Shades of Light Coral #F8857D
Tints of Light Coral #F8857D
RGB
CMYK
RGB Variations
Color information
#F8857D (or 0xF8857D) is known color: Light Coral. HEX triplet: F8, 85 and 7D. RGB value is (248,133,125). Sum of RGB (Red+Green+Blue) = 248+133+125=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8857D is #077A82. Grayscale: #A6A6A6. Windows color (decimal): -490115 or 8226296. OLE color: 8226296.
HSL color Cylindrical-coordinate representation of color #F8857D: hue angle of 3.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8857D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 125 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.03 |
| HSL | 3.9º | 0.9% | 0.73% | - |
| HSV(B) | 3.9º | 0.5% | 0.97% | - |
| XYZ | 50.8 | 38.21 | 24.1 | - |
| YUV | 166.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 125 | 0 | 0.46 | 0.50 | 0.03 | 3.9 | 0.9 | 0.73 |
| Hex | F8 | 85 | 7D | 0 | 2E | 32 | 3 | 4 | 5A | 49 |
| Octal | 370 | 205 | 175 | 0 | 56 | 62 | 3 | 4 | 132 | 111 |
| Binary | 11111000 | 10000101 | 1111101 | 0 | 101110 | 110010 | 11 | 100 | 1011010 | 1001001 |
Color Harmonies of #F8857D
Complementary color
Monochromatic Colors of #F8857D
Black with #F8857D
Text Example
Text Example
White with #F8857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8857D; }
p { color: rgb(248,133,125); }
H1.HeaderClassName
{
color: #F8857D;
}
.AnyTagClassName
{
color: #F8857D;
}
</style>
background-color css
<style>
a { background-color: #F8857D; }
a { background-color: rgb(248,133,125); }
div.DivClassName
{
background-color: #F8857D;
}
.BgClassName
{
background-color: #F8857D;
}
</style>
border-color css
<style>
span { border-color: #F8857D; }
span { border-color: rgb(248,133,125); }
td.TdClassName
{
border-color: #F8857D;
}
.TagClassName
{
border-color: #F8857D;
}
</style>