Shades of Light Coral #F5867D
Tints of Light Coral #F5867D
RGB
CMYK
RGB Variations
Color information
#F5867D (or 0xF5867D) is known color: Light Coral. HEX triplet: F5, 86 and 7D. RGB value is (245,134,125). Sum of RGB (Red+Green+Blue) = 245+134+125=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5867D is #0A7982. Grayscale: #A6A6A6. Windows color (decimal): -686467 or 8226549. OLE color: 8226549.
HSL color Cylindrical-coordinate representation of color #F5867D: hue angle of 4.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5867D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 125 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.04 |
| HSL | 4.5º | 0.86% | 0.73% | - |
| HSV(B) | 4.5º | 0.49% | 0.96% | - |
| XYZ | 49.88 | 37.94 | 24.1 | - |
| YUV | 166.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 125 | 0 | 0.45 | 0.49 | 0.04 | 4.5 | 0.86 | 0.73 |
| Hex | F5 | 86 | 7D | 0 | 2D | 31 | 4 | 4 | 56 | 49 |
| Octal | 365 | 206 | 175 | 0 | 55 | 61 | 4 | 4 | 126 | 111 |
| Binary | 11110101 | 10000110 | 1111101 | 0 | 101101 | 110001 | 100 | 100 | 1010110 | 1001001 |
Color Harmonies of #F5867D
Complementary color
Monochromatic Colors of #F5867D
Black with #F5867D
Text Example
Text Example
White with #F5867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5867D; }
p { color: rgb(245,134,125); }
H1.HeaderClassName
{
color: #F5867D;
}
.AnyTagClassName
{
color: #F5867D;
}
</style>
background-color css
<style>
a { background-color: #F5867D; }
a { background-color: rgb(245,134,125); }
div.DivClassName
{
background-color: #F5867D;
}
.BgClassName
{
background-color: #F5867D;
}
</style>
border-color css
<style>
span { border-color: #F5867D; }
span { border-color: rgb(245,134,125); }
td.TdClassName
{
border-color: #F5867D;
}
.TagClassName
{
border-color: #F5867D;
}
</style>