Shades of Light Coral #F57F7F
Tints of Light Coral #F57F7F
RGB
CMYK
RGB Variations
Color information
#F57F7F (or 0xF57F7F) is known color: Light Coral. HEX triplet: F5, 7F and 7F. RGB value is (245,127,127). Sum of RGB (Red+Green+Blue) = 245+127+127=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F7F is #0A8080. Grayscale: #A2A2A2. Windows color (decimal): -688257 or 8355829. OLE color: 8355829.
HSL color Cylindrical-coordinate representation of color #F57F7F: hue angle of 0º 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 #F57F7F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 127 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.04 |
| HSL | 0º | 0.86% | 0.73% | - |
| HSV(B) | 0º | 0.48% | 0.96% | - |
| XYZ | 49.08 | 36.12 | 24.46 | - |
| YUV | 162.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 127 | 0 | 0.48 | 0.48 | 0.04 | 0 | 0.86 | 0.73 |
| Hex | F5 | 7F | 7F | 0 | 30 | 30 | 4 | 0 | 56 | 49 |
| Octal | 365 | 177 | 177 | 0 | 60 | 60 | 4 | 0 | 126 | 111 |
| Binary | 11110101 | 1111111 | 1111111 | 0 | 110000 | 110000 | 100 | 0 | 1010110 | 1001001 |
Color Harmonies of #F57F7F
Complementary color
Monochromatic Colors of #F57F7F
Black with #F57F7F
Text Example
Text Example
White with #F57F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F7F; }
p { color: rgb(245,127,127); }
H1.HeaderClassName
{
color: #F57F7F;
}
.AnyTagClassName
{
color: #F57F7F;
}
</style>
background-color css
<style>
a { background-color: #F57F7F; }
a { background-color: rgb(245,127,127); }
div.DivClassName
{
background-color: #F57F7F;
}
.BgClassName
{
background-color: #F57F7F;
}
</style>
border-color css
<style>
span { border-color: #F57F7F; }
span { border-color: rgb(245,127,127); }
td.TdClassName
{
border-color: #F57F7F;
}
.TagClassName
{
border-color: #F57F7F;
}
</style>