Shades of Light Coral #F5827C
Tints of Light Coral #F5827C
RGB
CMYK
RGB Variations
Color information
#F5827C (or 0xF5827C) is known color: Light Coral. HEX triplet: F5, 82 and 7C. RGB value is (245,130,124). Sum of RGB (Red+Green+Blue) = 245+130+124=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5827C is #0A7D83. Grayscale: #A3A3A3. Windows color (decimal): -687492 or 8159989. OLE color: 8159989.
HSL color Cylindrical-coordinate representation of color #F5827C: hue angle of 2.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5827C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 124 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.04 |
| HSL | 2.98º | 0.86% | 0.72% | - |
| HSV(B) | 2.98º | 0.49% | 0.96% | - |
| XYZ | 49.28 | 36.83 | 23.58 | - |
| YUV | 163.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 124 | 0 | 0.47 | 0.49 | 0.04 | 2.98 | 0.86 | 0.72 |
| Hex | F5 | 82 | 7C | 0 | 2F | 31 | 4 | 3 | 56 | 48 |
| Octal | 365 | 202 | 174 | 0 | 57 | 61 | 4 | 3 | 126 | 110 |
| Binary | 11110101 | 10000010 | 1111100 | 0 | 101111 | 110001 | 100 | 11 | 1010110 | 1001000 |
Color Harmonies of #F5827C
Complementary color
Monochromatic Colors of #F5827C
Black with #F5827C
Text Example
Text Example
White with #F5827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5827C; }
p { color: rgb(245,130,124); }
H1.HeaderClassName
{
color: #F5827C;
}
.AnyTagClassName
{
color: #F5827C;
}
</style>
background-color css
<style>
a { background-color: #F5827C; }
a { background-color: rgb(245,130,124); }
div.DivClassName
{
background-color: #F5827C;
}
.BgClassName
{
background-color: #F5827C;
}
</style>
border-color css
<style>
span { border-color: #F5827C; }
span { border-color: rgb(245,130,124); }
td.TdClassName
{
border-color: #F5827C;
}
.TagClassName
{
border-color: #F5827C;
}
</style>