Shades of Light Coral #F8837D
Tints of Light Coral #F8837D
RGB
CMYK
RGB Variations
Color information
#F8837D (or 0xF8837D) is known color: Light Coral. HEX triplet: F8, 83 and 7D. RGB value is (248,131,125). Sum of RGB (Red+Green+Blue) = 248+131+125=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8837D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8837D is #077C82. Grayscale: #A5A5A5. Windows color (decimal): -490627 or 8225784. OLE color: 8225784.
HSL color Cylindrical-coordinate representation of color #F8837D: hue angle of 2.93º 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 #F8837D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 125 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.03 |
| HSL | 2.93º | 0.9% | 0.73% | - |
| HSV(B) | 2.93º | 0.5% | 0.97% | - |
| XYZ | 50.53 | 37.67 | 24.01 | - |
| YUV | 165.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 125 | 0 | 0.47 | 0.50 | 0.03 | 2.93 | 0.9 | 0.73 |
| Hex | F8 | 83 | 7D | 0 | 2F | 32 | 3 | 3 | 5A | 49 |
| Octal | 370 | 203 | 175 | 0 | 57 | 62 | 3 | 3 | 132 | 111 |
| Binary | 11111000 | 10000011 | 1111101 | 0 | 101111 | 110010 | 11 | 11 | 1011010 | 1001001 |
Color Harmonies of #F8837D
Complementary color
Monochromatic Colors of #F8837D
Black with #F8837D
Text Example
Text Example
White with #F8837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8837D; }
p { color: rgb(248,131,125); }
H1.HeaderClassName
{
color: #F8837D;
}
.AnyTagClassName
{
color: #F8837D;
}
</style>
background-color css
<style>
a { background-color: #F8837D; }
a { background-color: rgb(248,131,125); }
div.DivClassName
{
background-color: #F8837D;
}
.BgClassName
{
background-color: #F8837D;
}
</style>
border-color css
<style>
span { border-color: #F8837D; }
span { border-color: rgb(248,131,125); }
td.TdClassName
{
border-color: #F8837D;
}
.TagClassName
{
border-color: #F8837D;
}
</style>