Shades of Light Coral #F57F7D
Tints of Light Coral #F57F7D
RGB
CMYK
RGB Variations
Color information
#F57F7D (or 0xF57F7D) is known color: Light Coral. HEX triplet: F5, 7F and 7D. RGB value is (245,127,125). Sum of RGB (Red+Green+Blue) = 245+127+125=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F7D is #0A8082. Grayscale: #A2A2A2. Windows color (decimal): -688259 or 8224757. OLE color: 8224757.
HSL color Cylindrical-coordinate representation of color #F57F7D: hue angle of 1º 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 #F57F7D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 125 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.04 |
| HSL | 1º | 0.86% | 0.73% | - |
| HSV(B) | 1º | 0.49% | 0.96% | - |
| XYZ | 48.95 | 36.07 | 23.78 | - |
| YUV | 162.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 125 | 0 | 0.48 | 0.49 | 0.04 | 1 | 0.86 | 0.73 |
| Hex | F5 | 7F | 7D | 0 | 30 | 31 | 4 | 1 | 56 | 49 |
| Octal | 365 | 177 | 175 | 0 | 60 | 61 | 4 | 1 | 126 | 111 |
| Binary | 11110101 | 1111111 | 1111101 | 0 | 110000 | 110001 | 100 | 1 | 1010110 | 1001001 |
Color Harmonies of #F57F7D
Complementary color
Monochromatic Colors of #F57F7D
Black with #F57F7D
Text Example
Text Example
White with #F57F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F7D; }
p { color: rgb(245,127,125); }
H1.HeaderClassName
{
color: #F57F7D;
}
.AnyTagClassName
{
color: #F57F7D;
}
</style>
background-color css
<style>
a { background-color: #F57F7D; }
a { background-color: rgb(245,127,125); }
div.DivClassName
{
background-color: #F57F7D;
}
.BgClassName
{
background-color: #F57F7D;
}
</style>
border-color css
<style>
span { border-color: #F57F7D; }
span { border-color: rgb(245,127,125); }
td.TdClassName
{
border-color: #F57F7D;
}
.TagClassName
{
border-color: #F57F7D;
}
</style>