Shades of Light Coral #F38C80
Tints of Light Coral #F38C80
RGB
CMYK
RGB Variations
Color information
#F38C80 (or 0xF38C80) is known color: Light Coral. HEX triplet: F3, 8C and 80. RGB value is (243,140,128). Sum of RGB (Red+Green+Blue) = 243+140+128=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C80 is #0C737F. Grayscale: #A9A9A9. Windows color (decimal): -816000 or 8424691. OLE color: 8424691.
HSL color Cylindrical-coordinate representation of color #F38C80: hue angle of 6.26º 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 #F38C80 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 128 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.05 |
| HSL | 6.26º | 0.83% | 0.73% | - |
| HSV(B) | 6.26º | 0.47% | 0.95% | - |
| XYZ | 50.24 | 39.37 | 25.37 | - |
| YUV | 169.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 128 | 0 | 0.42 | 0.47 | 0.05 | 6.26 | 0.83 | 0.73 |
| Hex | F3 | 8C | 80 | 0 | 2A | 2F | 5 | 6 | 53 | 49 |
| Octal | 363 | 214 | 200 | 0 | 52 | 57 | 5 | 6 | 123 | 111 |
| Binary | 11110011 | 10001100 | 10000000 | 0 | 101010 | 101111 | 101 | 110 | 1010011 | 1001001 |
Color Harmonies of #F38C80
Complementary color
Monochromatic Colors of #F38C80
Black with #F38C80
Text Example
Text Example
White with #F38C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C80; }
p { color: rgb(243,140,128); }
H1.HeaderClassName
{
color: #F38C80;
}
.AnyTagClassName
{
color: #F38C80;
}
</style>
background-color css
<style>
a { background-color: #F38C80; }
a { background-color: rgb(243,140,128); }
div.DivClassName
{
background-color: #F38C80;
}
.BgClassName
{
background-color: #F38C80;
}
</style>
border-color css
<style>
span { border-color: #F38C80; }
span { border-color: rgb(243,140,128); }
td.TdClassName
{
border-color: #F38C80;
}
.TagClassName
{
border-color: #F38C80;
}
</style>