Shades of Light Coral #F8847D
Tints of Light Coral #F8847D
RGB
CMYK
RGB Variations
Color information
#F8847D (or 0xF8847D) is known color: Light Coral. HEX triplet: F8, 84 and 7D. RGB value is (248,132,125). Sum of RGB (Red+Green+Blue) = 248+132+125=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8847D is #077B82. Grayscale: #A6A6A6. Windows color (decimal): -490371 or 8226040. OLE color: 8226040.
HSL color Cylindrical-coordinate representation of color #F8847D: hue angle of 3.41º 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 #F8847D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 125 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.03 |
| HSL | 3.41º | 0.9% | 0.73% | - |
| HSV(B) | 3.41º | 0.5% | 0.97% | - |
| XYZ | 50.66 | 37.94 | 24.05 | - |
| YUV | 165.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 125 | 0 | 0.47 | 0.50 | 0.03 | 3.41 | 0.9 | 0.73 |
| Hex | F8 | 84 | 7D | 0 | 2F | 32 | 3 | 3 | 5A | 49 |
| Octal | 370 | 204 | 175 | 0 | 57 | 62 | 3 | 3 | 132 | 111 |
| Binary | 11111000 | 10000100 | 1111101 | 0 | 101111 | 110010 | 11 | 11 | 1011010 | 1001001 |
Color Harmonies of #F8847D
Complementary color
Monochromatic Colors of #F8847D
Black with #F8847D
Text Example
Text Example
White with #F8847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8847D; }
p { color: rgb(248,132,125); }
H1.HeaderClassName
{
color: #F8847D;
}
.AnyTagClassName
{
color: #F8847D;
}
</style>
background-color css
<style>
a { background-color: #F8847D; }
a { background-color: rgb(248,132,125); }
div.DivClassName
{
background-color: #F8847D;
}
.BgClassName
{
background-color: #F8847D;
}
</style>
border-color css
<style>
span { border-color: #F8847D; }
span { border-color: rgb(248,132,125); }
td.TdClassName
{
border-color: #F8847D;
}
.TagClassName
{
border-color: #F8847D;
}
</style>