Shades of Light Coral #F38B7C
Tints of Light Coral #F38B7C
RGB
CMYK
RGB Variations
Color information
#F38B7C (or 0xF38B7C) is known color: Light Coral. HEX triplet: F3, 8B and 7C. RGB value is (243,139,124). Sum of RGB (Red+Green+Blue) = 243+139+124=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B7C is #0C7483. Grayscale: #A8A8A8. Windows color (decimal): -816260 or 8162291. OLE color: 8162291.
HSL color Cylindrical-coordinate representation of color #F38B7C: hue angle of 7.56º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F38B7C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 124 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.05 |
| HSL | 7.56º | 0.83% | 0.72% | - |
| HSV(B) | 7.56º | 0.49% | 0.95% | - |
| XYZ | 49.83 | 38.98 | 23.97 | - |
| YUV | 168.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 124 | 0 | 0.43 | 0.49 | 0.05 | 7.56 | 0.83 | 0.72 |
| Hex | F3 | 8B | 7C | 0 | 2B | 31 | 5 | 8 | 53 | 48 |
| Octal | 363 | 213 | 174 | 0 | 53 | 61 | 5 | 10 | 123 | 110 |
| Binary | 11110011 | 10001011 | 1111100 | 0 | 101011 | 110001 | 101 | 1000 | 1010011 | 1001000 |
Color Harmonies of #F38B7C
Complementary color
Monochromatic Colors of #F38B7C
Black with #F38B7C
Text Example
Text Example
White with #F38B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B7C; }
p { color: rgb(243,139,124); }
H1.HeaderClassName
{
color: #F38B7C;
}
.AnyTagClassName
{
color: #F38B7C;
}
</style>
background-color css
<style>
a { background-color: #F38B7C; }
a { background-color: rgb(243,139,124); }
div.DivClassName
{
background-color: #F38B7C;
}
.BgClassName
{
background-color: #F38B7C;
}
</style>
border-color css
<style>
span { border-color: #F38B7C; }
span { border-color: rgb(243,139,124); }
td.TdClassName
{
border-color: #F38B7C;
}
.TagClassName
{
border-color: #F38B7C;
}
</style>