Shades of Light Coral #F38B80
Tints of Light Coral #F38B80
RGB
CMYK
RGB Variations
Color information
#F38B80 (or 0xF38B80) is known color: Light Coral. HEX triplet: F3, 8B and 80. RGB value is (243,139,128). Sum of RGB (Red+Green+Blue) = 243+139+128=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38B80 is #0C747F. Grayscale: #A8A8A8. Windows color (decimal): -816256 or 8424435. OLE color: 8424435.
HSL color Cylindrical-coordinate representation of color #F38B80: hue angle of 5.74º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38B80 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 128 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.05 |
| HSL | 5.74º | 0.83% | 0.73% | - |
| HSV(B) | 5.74º | 0.47% | 0.95% | - |
| XYZ | 50.09 | 39.08 | 25.32 | - |
| YUV | 168.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 128 | 0 | 0.43 | 0.47 | 0.05 | 5.74 | 0.83 | 0.73 |
| Hex | F3 | 8B | 80 | 0 | 2B | 2F | 5 | 6 | 53 | 49 |
| Octal | 363 | 213 | 200 | 0 | 53 | 57 | 5 | 6 | 123 | 111 |
| Binary | 11110011 | 10001011 | 10000000 | 0 | 101011 | 101111 | 101 | 110 | 1010011 | 1001001 |
Color Harmonies of #F38B80
Complementary color
Monochromatic Colors of #F38B80
Black with #F38B80
Text Example
Text Example
White with #F38B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B80; }
p { color: rgb(243,139,128); }
H1.HeaderClassName
{
color: #F38B80;
}
.AnyTagClassName
{
color: #F38B80;
}
</style>
background-color css
<style>
a { background-color: #F38B80; }
a { background-color: rgb(243,139,128); }
div.DivClassName
{
background-color: #F38B80;
}
.BgClassName
{
background-color: #F38B80;
}
</style>
border-color css
<style>
span { border-color: #F38B80; }
span { border-color: rgb(243,139,128); }
td.TdClassName
{
border-color: #F38B80;
}
.TagClassName
{
border-color: #F38B80;
}
</style>