Shades of Light Coral #F18C7D
Tints of Light Coral #F18C7D
RGB
CMYK
RGB Variations
Color information
#F18C7D (or 0xF18C7D) is known color: Light Coral. HEX triplet: F1, 8C and 7D. RGB value is (241,140,125). Sum of RGB (Red+Green+Blue) = 241+140+125=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C7D is #0E7382. Grayscale: #A8A8A8. Windows color (decimal): -947075 or 8228081. OLE color: 8228081.
HSL color Cylindrical-coordinate representation of color #F18C7D: hue angle of 7.76º degrees, saturation: 0.81, 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 #F18C7D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 125 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.05 |
| HSL | 7.76º | 0.81% | 0.72% | - |
| HSV(B) | 7.76º | 0.48% | 0.95% | - |
| XYZ | 49.36 | 38.94 | 24.32 | - |
| YUV | 168.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 125 | 0 | 0.42 | 0.48 | 0.05 | 7.76 | 0.81 | 0.72 |
| Hex | F1 | 8C | 7D | 0 | 2A | 30 | 5 | 8 | 51 | 48 |
| Octal | 361 | 214 | 175 | 0 | 52 | 60 | 5 | 10 | 121 | 110 |
| Binary | 11110001 | 10001100 | 1111101 | 0 | 101010 | 110000 | 101 | 1000 | 1010001 | 1001000 |
Color Harmonies of #F18C7D
Complementary color
Monochromatic Colors of #F18C7D
Black with #F18C7D
Text Example
Text Example
White with #F18C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C7D; }
p { color: rgb(241,140,125); }
H1.HeaderClassName
{
color: #F18C7D;
}
.AnyTagClassName
{
color: #F18C7D;
}
</style>
background-color css
<style>
a { background-color: #F18C7D; }
a { background-color: rgb(241,140,125); }
div.DivClassName
{
background-color: #F18C7D;
}
.BgClassName
{
background-color: #F18C7D;
}
</style>
border-color css
<style>
span { border-color: #F18C7D; }
span { border-color: rgb(241,140,125); }
td.TdClassName
{
border-color: #F18C7D;
}
.TagClassName
{
border-color: #F18C7D;
}
</style>