Shades of Light Coral #F57F7E
Tints of Light Coral #F57F7E
RGB
CMYK
RGB Variations
Color information
#F57F7E (or 0xF57F7E) is known color: Light Coral. HEX triplet: F5, 7F and 7E. RGB value is (245,127,126). Sum of RGB (Red+Green+Blue) = 245+127+126=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F7E is #0A8081. Grayscale: #A2A2A2. Windows color (decimal): -688258 or 8290293. OLE color: 8290293.
HSL color Cylindrical-coordinate representation of color #F57F7E: hue angle of 0.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 #F57F7E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 126 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.04 |
| HSL | 0.5º | 0.86% | 0.73% | - |
| HSV(B) | 0.5º | 0.49% | 0.96% | - |
| XYZ | 49.01 | 36.1 | 24.12 | - |
| YUV | 162.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 126 | 0 | 0.48 | 0.49 | 0.04 | 0.5 | 0.86 | 0.73 |
| Hex | F5 | 7F | 7E | 0 | 30 | 31 | 4 | 1 | 56 | 49 |
| Octal | 365 | 177 | 176 | 0 | 60 | 61 | 4 | 1 | 126 | 111 |
| Binary | 11110101 | 1111111 | 1111110 | 0 | 110000 | 110001 | 100 | 1 | 1010110 | 1001001 |
Color Harmonies of #F57F7E
Complementary color
Monochromatic Colors of #F57F7E
Black with #F57F7E
Text Example
Text Example
White with #F57F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F7E; }
p { color: rgb(245,127,126); }
H1.HeaderClassName
{
color: #F57F7E;
}
.AnyTagClassName
{
color: #F57F7E;
}
</style>
background-color css
<style>
a { background-color: #F57F7E; }
a { background-color: rgb(245,127,126); }
div.DivClassName
{
background-color: #F57F7E;
}
.BgClassName
{
background-color: #F57F7E;
}
</style>
border-color css
<style>
span { border-color: #F57F7E; }
span { border-color: rgb(245,127,126); }
td.TdClassName
{
border-color: #F57F7E;
}
.TagClassName
{
border-color: #F57F7E;
}
</style>