Shades of Light Coral #F47C7B
Tints of Light Coral #F47C7B
RGB
CMYK
RGB Variations
Color information
#F47C7B (or 0xF47C7B) is known color: Light Coral. HEX triplet: F4, 7C and 7B. RGB value is (244,124,123). Sum of RGB (Red+Green+Blue) = 244+124+123=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C7B is #0B8384. Grayscale: #9F9F9F. Windows color (decimal): -754565 or 8092916. OLE color: 8092916.
HSL color Cylindrical-coordinate representation of color #F47C7B: hue angle of 0.5º 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 #F47C7B is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 123 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.04 |
| HSL | 0.5º | 0.85% | 0.72% | - |
| HSV(B) | 0.5º | 0.5% | 0.96% | - |
| XYZ | 48.09 | 35.08 | 22.98 | - |
| YUV | 159.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 123 | 0 | 0.49 | 0.50 | 0.04 | 0.5 | 0.85 | 0.72 |
| Hex | F4 | 7C | 7B | 0 | 31 | 32 | 4 | 0 | 55 | 48 |
| Octal | 364 | 174 | 173 | 0 | 61 | 62 | 4 | 0 | 125 | 110 |
| Binary | 11110100 | 1111100 | 1111011 | 0 | 110001 | 110010 | 100 | 0 | 1010101 | 1001000 |
Color Harmonies of #F47C7B
Complementary color
Monochromatic Colors of #F47C7B
Black with #F47C7B
Text Example
Text Example
White with #F47C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C7B; }
p { color: rgb(244,124,123); }
H1.HeaderClassName
{
color: #F47C7B;
}
.AnyTagClassName
{
color: #F47C7B;
}
</style>
background-color css
<style>
a { background-color: #F47C7B; }
a { background-color: rgb(244,124,123); }
div.DivClassName
{
background-color: #F47C7B;
}
.BgClassName
{
background-color: #F47C7B;
}
</style>
border-color css
<style>
span { border-color: #F47C7B; }
span { border-color: rgb(244,124,123); }
td.TdClassName
{
border-color: #F47C7B;
}
.TagClassName
{
border-color: #F47C7B;
}
</style>