Shades of Light Coral #F47E7B
Tints of Light Coral #F47E7B
RGB
CMYK
RGB Variations
Color information
#F47E7B (or 0xF47E7B) is known color: Light Coral. HEX triplet: F4, 7E and 7B. RGB value is (244,126,123). Sum of RGB (Red+Green+Blue) = 244+126+123=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47E7B is #0B8184. Grayscale: #A1A1A1. Windows color (decimal): -754053 or 8093428. OLE color: 8093428.
HSL color Cylindrical-coordinate representation of color #F47E7B: hue angle of 1.49º degrees, saturation: 0.85, 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 #F47E7B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 123 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.04 |
| HSL | 1.49º | 0.85% | 0.72% | - |
| HSV(B) | 1.49º | 0.5% | 0.96% | - |
| XYZ | 48.34 | 35.58 | 23.06 | - |
| YUV | 160.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 123 | 0 | 0.48 | 0.50 | 0.04 | 1.49 | 0.85 | 0.72 |
| Hex | F4 | 7E | 7B | 0 | 30 | 32 | 4 | 1 | 55 | 48 |
| Octal | 364 | 176 | 173 | 0 | 60 | 62 | 4 | 1 | 125 | 110 |
| Binary | 11110100 | 1111110 | 1111011 | 0 | 110000 | 110010 | 100 | 1 | 1010101 | 1001000 |
Color Harmonies of #F47E7B
Complementary color
Monochromatic Colors of #F47E7B
Black with #F47E7B
Text Example
Text Example
White with #F47E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47E7B; }
p { color: rgb(244,126,123); }
H1.HeaderClassName
{
color: #F47E7B;
}
.AnyTagClassName
{
color: #F47E7B;
}
</style>
background-color css
<style>
a { background-color: #F47E7B; }
a { background-color: rgb(244,126,123); }
div.DivClassName
{
background-color: #F47E7B;
}
.BgClassName
{
background-color: #F47E7B;
}
</style>
border-color css
<style>
span { border-color: #F47E7B; }
span { border-color: rgb(244,126,123); }
td.TdClassName
{
border-color: #F47E7B;
}
.TagClassName
{
border-color: #F47E7B;
}
</style>