Shades of Light Coral #F5807F
Tints of Light Coral #F5807F
RGB
CMYK
RGB Variations
Color information
#F5807F (or 0xF5807F) is known color: Light Coral. HEX triplet: F5, 80 and 7F. RGB value is (245,128,127). Sum of RGB (Red+Green+Blue) = 245+128+127=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5807F is #0A7F80. Grayscale: #A2A2A2. Windows color (decimal): -688001 or 8356085. OLE color: 8356085.
HSL color Cylindrical-coordinate representation of color #F5807F: hue angle of 0.51º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5807F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 127 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.04 |
| HSL | 0.51º | 0.86% | 0.73% | - |
| HSV(B) | 0.51º | 0.48% | 0.96% | - |
| XYZ | 49.21 | 36.38 | 24.51 | - |
| YUV | 162.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 127 | 0 | 0.48 | 0.48 | 0.04 | 0.51 | 0.86 | 0.73 |
| Hex | F5 | 80 | 7F | 0 | 30 | 30 | 4 | 1 | 56 | 49 |
| Octal | 365 | 200 | 177 | 0 | 60 | 60 | 4 | 1 | 126 | 111 |
| Binary | 11110101 | 10000000 | 1111111 | 0 | 110000 | 110000 | 100 | 1 | 1010110 | 1001001 |
Color Harmonies of #F5807F
Complementary color
Monochromatic Colors of #F5807F
Black with #F5807F
Text Example
Text Example
White with #F5807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5807F; }
p { color: rgb(245,128,127); }
H1.HeaderClassName
{
color: #F5807F;
}
.AnyTagClassName
{
color: #F5807F;
}
</style>
background-color css
<style>
a { background-color: #F5807F; }
a { background-color: rgb(245,128,127); }
div.DivClassName
{
background-color: #F5807F;
}
.BgClassName
{
background-color: #F5807F;
}
</style>
border-color css
<style>
span { border-color: #F5807F; }
span { border-color: rgb(245,128,127); }
td.TdClassName
{
border-color: #F5807F;
}
.TagClassName
{
border-color: #F5807F;
}
</style>