Shades of Light Coral #F57D7B
Tints of Light Coral #F57D7B
RGB
CMYK
RGB Variations
Color information
#F57D7B (or 0xF57D7B) is known color: Light Coral. HEX triplet: F5, 7D and 7B. RGB value is (245,125,123). Sum of RGB (Red+Green+Blue) = 245+125+123=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D7B is #0A8284. Grayscale: #A0A0A0. Windows color (decimal): -688773 or 8093173. OLE color: 8093173.
HSL color Cylindrical-coordinate representation of color #F57D7B: hue angle of 0.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57D7B is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 123 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.04 |
| HSL | 0.98º | 0.86% | 0.72% | - |
| HSV(B) | 0.98º | 0.5% | 0.96% | - |
| XYZ | 48.56 | 35.51 | 23.03 | - |
| YUV | 160.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 123 | 0 | 0.49 | 0.50 | 0.04 | 0.98 | 0.86 | 0.72 |
| Hex | F5 | 7D | 7B | 0 | 31 | 32 | 4 | 1 | 56 | 48 |
| Octal | 365 | 175 | 173 | 0 | 61 | 62 | 4 | 1 | 126 | 110 |
| Binary | 11110101 | 1111101 | 1111011 | 0 | 110001 | 110010 | 100 | 1 | 1010110 | 1001000 |
Color Harmonies of #F57D7B
Complementary color
Monochromatic Colors of #F57D7B
Black with #F57D7B
Text Example
Text Example
White with #F57D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D7B; }
p { color: rgb(245,125,123); }
H1.HeaderClassName
{
color: #F57D7B;
}
.AnyTagClassName
{
color: #F57D7B;
}
</style>
background-color css
<style>
a { background-color: #F57D7B; }
a { background-color: rgb(245,125,123); }
div.DivClassName
{
background-color: #F57D7B;
}
.BgClassName
{
background-color: #F57D7B;
}
</style>
border-color css
<style>
span { border-color: #F57D7B; }
span { border-color: rgb(245,125,123); }
td.TdClassName
{
border-color: #F57D7B;
}
.TagClassName
{
border-color: #F57D7B;
}
</style>