Shades of Light Coral #F8807F
Tints of Light Coral #F8807F
RGB
CMYK
RGB Variations
Color information
#F8807F (or 0xF8807F) is known color: Light Coral. HEX triplet: F8, 80 and 7F. RGB value is (248,128,127). Sum of RGB (Red+Green+Blue) = 248+128+127=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8807F is #077F80. Grayscale: #A3A3A3. Windows color (decimal): -491393 or 8356088. OLE color: 8356088.
HSL color Cylindrical-coordinate representation of color #F8807F: hue angle of 0.5º 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 #F8807F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 127 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.03 |
| HSL | 0.5º | 0.9% | 0.74% | - |
| HSV(B) | 0.5º | 0.49% | 0.97% | - |
| XYZ | 50.26 | 36.93 | 24.56 | - |
| YUV | 163.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 127 | 0 | 0.48 | 0.49 | 0.03 | 0.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | 7F | 0 | 30 | 31 | 3 | 0 | 5A | 4A |
| Octal | 370 | 200 | 177 | 0 | 60 | 61 | 3 | 0 | 132 | 112 |
| Binary | 11111000 | 10000000 | 1111111 | 0 | 110000 | 110001 | 11 | 0 | 1011010 | 1001010 |
Color Harmonies of #F8807F
Complementary color
Monochromatic Colors of #F8807F
Black with #F8807F
Text Example
Text Example
White with #F8807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8807F; }
p { color: rgb(248,128,127); }
H1.HeaderClassName
{
color: #F8807F;
}
.AnyTagClassName
{
color: #F8807F;
}
</style>
background-color css
<style>
a { background-color: #F8807F; }
a { background-color: rgb(248,128,127); }
div.DivClassName
{
background-color: #F8807F;
}
.BgClassName
{
background-color: #F8807F;
}
</style>
border-color css
<style>
span { border-color: #F8807F; }
span { border-color: rgb(248,128,127); }
td.TdClassName
{
border-color: #F8807F;
}
.TagClassName
{
border-color: #F8807F;
}
</style>