Shades of Light Coral #F18A7D
Tints of Light Coral #F18A7D
RGB
CMYK
RGB Variations
Color information
#F18A7D (or 0xF18A7D) is known color: Light Coral. HEX triplet: F1, 8A and 7D. RGB value is (241,138,125). Sum of RGB (Red+Green+Blue) = 241+138+125=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A7D is #0E7582. Grayscale: #A7A7A7. Windows color (decimal): -947587 or 8227569. OLE color: 8227569.
HSL color Cylindrical-coordinate representation of color #F18A7D: hue angle of 6.72º 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 #F18A7D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 125 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.05 |
| HSL | 6.72º | 0.81% | 0.72% | - |
| HSV(B) | 6.72º | 0.48% | 0.95% | - |
| XYZ | 49.07 | 38.36 | 24.22 | - |
| YUV | 167.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 125 | 0 | 0.43 | 0.48 | 0.05 | 6.72 | 0.81 | 0.72 |
| Hex | F1 | 8A | 7D | 0 | 2B | 30 | 5 | 7 | 51 | 48 |
| Octal | 361 | 212 | 175 | 0 | 53 | 60 | 5 | 7 | 121 | 110 |
| Binary | 11110001 | 10001010 | 1111101 | 0 | 101011 | 110000 | 101 | 111 | 1010001 | 1001000 |
Color Harmonies of #F18A7D
Complementary color
Monochromatic Colors of #F18A7D
Black with #F18A7D
Text Example
Text Example
White with #F18A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A7D; }
p { color: rgb(241,138,125); }
H1.HeaderClassName
{
color: #F18A7D;
}
.AnyTagClassName
{
color: #F18A7D;
}
</style>
background-color css
<style>
a { background-color: #F18A7D; }
a { background-color: rgb(241,138,125); }
div.DivClassName
{
background-color: #F18A7D;
}
.BgClassName
{
background-color: #F18A7D;
}
</style>
border-color css
<style>
span { border-color: #F18A7D; }
span { border-color: rgb(241,138,125); }
td.TdClassName
{
border-color: #F18A7D;
}
.TagClassName
{
border-color: #F18A7D;
}
</style>