Shades of Light Coral #F38B7D
Tints of Light Coral #F38B7D
RGB
CMYK
RGB Variations
Color information
#F38B7D (or 0xF38B7D) is known color: Light Coral. HEX triplet: F3, 8B and 7D. RGB value is (243,139,125). Sum of RGB (Red+Green+Blue) = 243+139+125=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B7D is #0C7482. Grayscale: #A8A8A8. Windows color (decimal): -816259 or 8227827. OLE color: 8227827.
HSL color Cylindrical-coordinate representation of color #F38B7D: hue angle of 7.12º 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 #F38B7D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 125 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.05 |
| HSL | 7.12º | 0.83% | 0.72% | - |
| HSV(B) | 7.12º | 0.49% | 0.95% | - |
| XYZ | 49.9 | 39 | 24.3 | - |
| YUV | 168.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 125 | 0 | 0.43 | 0.49 | 0.05 | 7.12 | 0.83 | 0.72 |
| Hex | F3 | 8B | 7D | 0 | 2B | 31 | 5 | 7 | 53 | 48 |
| Octal | 363 | 213 | 175 | 0 | 53 | 61 | 5 | 7 | 123 | 110 |
| Binary | 11110011 | 10001011 | 1111101 | 0 | 101011 | 110001 | 101 | 111 | 1010011 | 1001000 |
Color Harmonies of #F38B7D
Complementary color
Monochromatic Colors of #F38B7D
Black with #F38B7D
Text Example
Text Example
White with #F38B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B7D; }
p { color: rgb(243,139,125); }
H1.HeaderClassName
{
color: #F38B7D;
}
.AnyTagClassName
{
color: #F38B7D;
}
</style>
background-color css
<style>
a { background-color: #F38B7D; }
a { background-color: rgb(243,139,125); }
div.DivClassName
{
background-color: #F38B7D;
}
.BgClassName
{
background-color: #F38B7D;
}
</style>
border-color css
<style>
span { border-color: #F38B7D; }
span { border-color: rgb(243,139,125); }
td.TdClassName
{
border-color: #F38B7D;
}
.TagClassName
{
border-color: #F38B7D;
}
</style>