Shades of Light Coral #F8847F
Tints of Light Coral #F8847F
RGB
CMYK
RGB Variations
Color information
#F8847F (or 0xF8847F) is known color: Light Coral. HEX triplet: F8, 84 and 7F. RGB value is (248,132,127). Sum of RGB (Red+Green+Blue) = 248+132+127=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8847F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8847F is #077B80. Grayscale: #A6A6A6. Windows color (decimal): -490369 or 8357112. OLE color: 8357112.
HSL color Cylindrical-coordinate representation of color #F8847F: hue angle of 2.48º 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 #F8847F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 127 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.03 |
| HSL | 2.48º | 0.9% | 0.74% | - |
| HSV(B) | 2.48º | 0.49% | 0.97% | - |
| XYZ | 50.79 | 37.99 | 24.73 | - |
| YUV | 166.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 127 | 0 | 0.47 | 0.49 | 0.03 | 2.48 | 0.9 | 0.74 |
| Hex | F8 | 84 | 7F | 0 | 2F | 31 | 3 | 2 | 5A | 4A |
| Octal | 370 | 204 | 177 | 0 | 57 | 61 | 3 | 2 | 132 | 112 |
| Binary | 11111000 | 10000100 | 1111111 | 0 | 101111 | 110001 | 11 | 10 | 1011010 | 1001010 |
Color Harmonies of #F8847F
Complementary color
Monochromatic Colors of #F8847F
Black with #F8847F
Text Example
Text Example
White with #F8847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8847F; }
p { color: rgb(248,132,127); }
H1.HeaderClassName
{
color: #F8847F;
}
.AnyTagClassName
{
color: #F8847F;
}
</style>
background-color css
<style>
a { background-color: #F8847F; }
a { background-color: rgb(248,132,127); }
div.DivClassName
{
background-color: #F8847F;
}
.BgClassName
{
background-color: #F8847F;
}
</style>
border-color css
<style>
span { border-color: #F8847F; }
span { border-color: rgb(248,132,127); }
td.TdClassName
{
border-color: #F8847F;
}
.TagClassName
{
border-color: #F8847F;
}
</style>