Shades of Light Coral #F47D7B
Tints of Light Coral #F47D7B
RGB
CMYK
RGB Variations
Color information
#F47D7B (or 0xF47D7B) is known color: Light Coral. HEX triplet: F4, 7D and 7B. RGB value is (244,125,123). Sum of RGB (Red+Green+Blue) = 244+125+123=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47D7B is #0B8284. Grayscale: #A0A0A0. Windows color (decimal): -754309 or 8093172. OLE color: 8093172.
HSL color Cylindrical-coordinate representation of color #F47D7B: hue angle of 0.99º 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 #F47D7B is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 123 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.04 |
| HSL | 0.99º | 0.85% | 0.72% | - |
| HSV(B) | 0.99º | 0.5% | 0.96% | - |
| XYZ | 48.22 | 35.33 | 23.02 | - |
| YUV | 160.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 123 | 0 | 0.49 | 0.50 | 0.04 | 0.99 | 0.85 | 0.72 |
| Hex | F4 | 7D | 7B | 0 | 31 | 32 | 4 | 1 | 55 | 48 |
| Octal | 364 | 175 | 173 | 0 | 61 | 62 | 4 | 1 | 125 | 110 |
| Binary | 11110100 | 1111101 | 1111011 | 0 | 110001 | 110010 | 100 | 1 | 1010101 | 1001000 |
Color Harmonies of #F47D7B
Complementary color
Monochromatic Colors of #F47D7B
Black with #F47D7B
Text Example
Text Example
White with #F47D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D7B; }
p { color: rgb(244,125,123); }
H1.HeaderClassName
{
color: #F47D7B;
}
.AnyTagClassName
{
color: #F47D7B;
}
</style>
background-color css
<style>
a { background-color: #F47D7B; }
a { background-color: rgb(244,125,123); }
div.DivClassName
{
background-color: #F47D7B;
}
.BgClassName
{
background-color: #F47D7B;
}
</style>
border-color css
<style>
span { border-color: #F47D7B; }
span { border-color: rgb(244,125,123); }
td.TdClassName
{
border-color: #F47D7B;
}
.TagClassName
{
border-color: #F47D7B;
}
</style>