Shades of Light Coral #F1857C
Tints of Light Coral #F1857C
RGB
CMYK
RGB Variations
Color information
#F1857C (or 0xF1857C) is known color: Light Coral. HEX triplet: F1, 85 and 7C. RGB value is (241,133,124). Sum of RGB (Red+Green+Blue) = 241+133+124=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1857C is #0E7A83. Grayscale: #A4A4A4. Windows color (decimal): -948868 or 8160753. OLE color: 8160753.
HSL color Cylindrical-coordinate representation of color #F1857C: hue angle of 4.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1857C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 124 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.05 |
| HSL | 4.62º | 0.81% | 0.72% | - |
| HSV(B) | 4.62º | 0.49% | 0.95% | - |
| XYZ | 48.3 | 36.93 | 23.65 | - |
| YUV | 164.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 124 | 0 | 0.45 | 0.49 | 0.05 | 4.62 | 0.81 | 0.72 |
| Hex | F1 | 85 | 7C | 0 | 2D | 31 | 5 | 5 | 51 | 48 |
| Octal | 361 | 205 | 174 | 0 | 55 | 61 | 5 | 5 | 121 | 110 |
| Binary | 11110001 | 10000101 | 1111100 | 0 | 101101 | 110001 | 101 | 101 | 1010001 | 1001000 |
Color Harmonies of #F1857C
Complementary color
Monochromatic Colors of #F1857C
Black with #F1857C
Text Example
Text Example
White with #F1857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1857C; }
p { color: rgb(241,133,124); }
H1.HeaderClassName
{
color: #F1857C;
}
.AnyTagClassName
{
color: #F1857C;
}
</style>
background-color css
<style>
a { background-color: #F1857C; }
a { background-color: rgb(241,133,124); }
div.DivClassName
{
background-color: #F1857C;
}
.BgClassName
{
background-color: #F1857C;
}
</style>
border-color css
<style>
span { border-color: #F1857C; }
span { border-color: rgb(241,133,124); }
td.TdClassName
{
border-color: #F1857C;
}
.TagClassName
{
border-color: #F1857C;
}
</style>