Shades of Light Coral #F38C7E
Tints of Light Coral #F38C7E
RGB
CMYK
RGB Variations
Color information
#F38C7E (or 0xF38C7E) is known color: Light Coral. HEX triplet: F3, 8C and 7E. RGB value is (243,140,126). Sum of RGB (Red+Green+Blue) = 243+140+126=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C7E is #0C7381. Grayscale: #A9A9A9. Windows color (decimal): -816002 or 8293619. OLE color: 8293619.
HSL color Cylindrical-coordinate representation of color #F38C7E: hue angle of 7.18º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F38C7E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 126 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.05 |
| HSL | 7.18º | 0.83% | 0.72% | - |
| HSV(B) | 7.18º | 0.48% | 0.95% | - |
| XYZ | 50.11 | 39.32 | 24.69 | - |
| YUV | 169.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 126 | 0 | 0.42 | 0.48 | 0.05 | 7.18 | 0.83 | 0.72 |
| Hex | F3 | 8C | 7E | 0 | 2A | 30 | 5 | 7 | 53 | 48 |
| Octal | 363 | 214 | 176 | 0 | 52 | 60 | 5 | 7 | 123 | 110 |
| Binary | 11110011 | 10001100 | 1111110 | 0 | 101010 | 110000 | 101 | 111 | 1010011 | 1001000 |
Color Harmonies of #F38C7E
Complementary color
Monochromatic Colors of #F38C7E
Black with #F38C7E
Text Example
Text Example
White with #F38C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C7E; }
p { color: rgb(243,140,126); }
H1.HeaderClassName
{
color: #F38C7E;
}
.AnyTagClassName
{
color: #F38C7E;
}
</style>
background-color css
<style>
a { background-color: #F38C7E; }
a { background-color: rgb(243,140,126); }
div.DivClassName
{
background-color: #F38C7E;
}
.BgClassName
{
background-color: #F38C7E;
}
</style>
border-color css
<style>
span { border-color: #F38C7E; }
span { border-color: rgb(243,140,126); }
td.TdClassName
{
border-color: #F38C7E;
}
.TagClassName
{
border-color: #F38C7E;
}
</style>