Shades of Light Coral #F57B7A
Tints of Light Coral #F57B7A
RGB
CMYK
RGB Variations
Color information
#F57B7A (or 0xF57B7A) is known color: Light Coral. HEX triplet: F5, 7B and 7A. RGB value is (245,123,122). Sum of RGB (Red+Green+Blue) = 245+123+122=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B7A is #0A8485. Grayscale: #9F9F9F. Windows color (decimal): -689286 or 8027125. OLE color: 8027125.
HSL color Cylindrical-coordinate representation of color #F57B7A: hue angle of 0.49º 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 #F57B7A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 122 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.04 |
| HSL | 0.49º | 0.86% | 0.72% | - |
| HSV(B) | 0.49º | 0.5% | 0.96% | - |
| XYZ | 48.25 | 34.98 | 22.62 | - |
| YUV | 159.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 122 | 0 | 0.50 | 0.50 | 0.04 | 0.49 | 0.86 | 0.72 |
| Hex | F5 | 7B | 7A | 0 | 32 | 32 | 4 | 0 | 56 | 48 |
| Octal | 365 | 173 | 172 | 0 | 62 | 62 | 4 | 0 | 126 | 110 |
| Binary | 11110101 | 1111011 | 1111010 | 0 | 110010 | 110010 | 100 | 0 | 1010110 | 1001000 |
Color Harmonies of #F57B7A
Complementary color
Monochromatic Colors of #F57B7A
Black with #F57B7A
Text Example
Text Example
White with #F57B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B7A; }
p { color: rgb(245,123,122); }
H1.HeaderClassName
{
color: #F57B7A;
}
.AnyTagClassName
{
color: #F57B7A;
}
</style>
background-color css
<style>
a { background-color: #F57B7A; }
a { background-color: rgb(245,123,122); }
div.DivClassName
{
background-color: #F57B7A;
}
.BgClassName
{
background-color: #F57B7A;
}
</style>
border-color css
<style>
span { border-color: #F57B7A; }
span { border-color: rgb(245,123,122); }
td.TdClassName
{
border-color: #F57B7A;
}
.TagClassName
{
border-color: #F57B7A;
}
</style>