Shades of Light Coral #F0877F
Tints of Light Coral #F0877F
RGB
CMYK
RGB Variations
Color information
#F0877F (or 0xF0877F) is known color: Light Coral. HEX triplet: F0, 87 and 7F. RGB value is (240,135,127). Sum of RGB (Red+Green+Blue) = 240+135+127=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0877F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0877F is #0F7880. Grayscale: #A5A5A5. Windows color (decimal): -1013889 or 8357872. OLE color: 8357872.
HSL color Cylindrical-coordinate representation of color #F0877F: hue angle of 4.25º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0877F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 127 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.06 |
| HSL | 4.25º | 0.79% | 0.72% | - |
| HSV(B) | 4.25º | 0.47% | 0.94% | - |
| XYZ | 48.43 | 37.39 | 24.74 | - |
| YUV | 165.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 127 | 0 | 0.44 | 0.47 | 0.06 | 4.25 | 0.79 | 0.72 |
| Hex | F0 | 87 | 7F | 0 | 2C | 2F | 6 | 4 | 4F | 48 |
| Octal | 360 | 207 | 177 | 0 | 54 | 57 | 6 | 4 | 117 | 110 |
| Binary | 11110000 | 10000111 | 1111111 | 0 | 101100 | 101111 | 110 | 100 | 1001111 | 1001000 |
Color Harmonies of #F0877F
Complementary color
Monochromatic Colors of #F0877F
Black with #F0877F
Text Example
Text Example
White with #F0877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0877F; }
p { color: rgb(240,135,127); }
H1.HeaderClassName
{
color: #F0877F;
}
.AnyTagClassName
{
color: #F0877F;
}
</style>
background-color css
<style>
a { background-color: #F0877F; }
a { background-color: rgb(240,135,127); }
div.DivClassName
{
background-color: #F0877F;
}
.BgClassName
{
background-color: #F0877F;
}
</style>
border-color css
<style>
span { border-color: #F0877F; }
span { border-color: rgb(240,135,127); }
td.TdClassName
{
border-color: #F0877F;
}
.TagClassName
{
border-color: #F0877F;
}
</style>