Shades of Light Coral #F0877D
Tints of Light Coral #F0877D
RGB
CMYK
RGB Variations
Color information
#F0877D (or 0xF0877D) is known color: Light Coral. HEX triplet: F0, 87 and 7D. RGB value is (240,135,125). Sum of RGB (Red+Green+Blue) = 240+135+125=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0877D is #0F7882. Grayscale: #A5A5A5. Windows color (decimal): -1013891 or 8226800. OLE color: 8226800.
HSL color Cylindrical-coordinate representation of color #F0877D: hue angle of 5.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0877D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 125 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.06 |
| HSL | 5.22º | 0.79% | 0.72% | - |
| HSV(B) | 5.22º | 0.48% | 0.94% | - |
| XYZ | 48.3 | 37.33 | 24.06 | - |
| YUV | 165.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 125 | 0 | 0.44 | 0.48 | 0.06 | 5.22 | 0.79 | 0.72 |
| Hex | F0 | 87 | 7D | 0 | 2C | 30 | 6 | 5 | 4F | 48 |
| Octal | 360 | 207 | 175 | 0 | 54 | 60 | 6 | 5 | 117 | 110 |
| Binary | 11110000 | 10000111 | 1111101 | 0 | 101100 | 110000 | 110 | 101 | 1001111 | 1001000 |
Color Harmonies of #F0877D
Complementary color
Monochromatic Colors of #F0877D
Black with #F0877D
Text Example
Text Example
White with #F0877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0877D; }
p { color: rgb(240,135,125); }
H1.HeaderClassName
{
color: #F0877D;
}
.AnyTagClassName
{
color: #F0877D;
}
</style>
background-color css
<style>
a { background-color: #F0877D; }
a { background-color: rgb(240,135,125); }
div.DivClassName
{
background-color: #F0877D;
}
.BgClassName
{
background-color: #F0877D;
}
</style>
border-color css
<style>
span { border-color: #F0877D; }
span { border-color: rgb(240,135,125); }
td.TdClassName
{
border-color: #F0877D;
}
.TagClassName
{
border-color: #F0877D;
}
</style>