Shades of Light Coral #F38A7E
Tints of Light Coral #F38A7E
RGB
CMYK
RGB Variations
Color information
#F38A7E (or 0xF38A7E) is known color: Light Coral. HEX triplet: F3, 8A and 7E. RGB value is (243,138,126). Sum of RGB (Red+Green+Blue) = 243+138+126=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A7E is #0C7581. Grayscale: #A8A8A8. Windows color (decimal): -816514 or 8293107. OLE color: 8293107.
HSL color Cylindrical-coordinate representation of color #F38A7E: hue angle of 6.15º 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 #F38A7E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 126 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.05 |
| HSL | 6.15º | 0.83% | 0.72% | - |
| HSV(B) | 6.15º | 0.48% | 0.95% | - |
| XYZ | 49.82 | 38.74 | 24.59 | - |
| YUV | 168.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 126 | 0 | 0.43 | 0.48 | 0.05 | 6.15 | 0.83 | 0.72 |
| Hex | F3 | 8A | 7E | 0 | 2B | 30 | 5 | 6 | 53 | 48 |
| Octal | 363 | 212 | 176 | 0 | 53 | 60 | 5 | 6 | 123 | 110 |
| Binary | 11110011 | 10001010 | 1111110 | 0 | 101011 | 110000 | 101 | 110 | 1010011 | 1001000 |
Color Harmonies of #F38A7E
Complementary color
Monochromatic Colors of #F38A7E
Black with #F38A7E
Text Example
Text Example
White with #F38A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A7E; }
p { color: rgb(243,138,126); }
H1.HeaderClassName
{
color: #F38A7E;
}
.AnyTagClassName
{
color: #F38A7E;
}
</style>
background-color css
<style>
a { background-color: #F38A7E; }
a { background-color: rgb(243,138,126); }
div.DivClassName
{
background-color: #F38A7E;
}
.BgClassName
{
background-color: #F38A7E;
}
</style>
border-color css
<style>
span { border-color: #F38A7E; }
span { border-color: rgb(243,138,126); }
td.TdClassName
{
border-color: #F38A7E;
}
.TagClassName
{
border-color: #F38A7E;
}
</style>