Shades of Light Coral #F1837C
Tints of Light Coral #F1837C
RGB
CMYK
RGB Variations
Color information
#F1837C (or 0xF1837C) is known color: Light Coral. HEX triplet: F1, 83 and 7C. RGB value is (241,131,124). Sum of RGB (Red+Green+Blue) = 241+131+124=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1837C is #0E7C83. Grayscale: #A3A3A3. Windows color (decimal): -949380 or 8160241. OLE color: 8160241.
HSL color Cylindrical-coordinate representation of color #F1837C: hue angle of 3.59º 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 #F1837C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 124 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.05 |
| HSL | 3.59º | 0.81% | 0.72% | - |
| HSV(B) | 3.59º | 0.49% | 0.95% | - |
| XYZ | 48.03 | 36.39 | 23.56 | - |
| YUV | 163.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 124 | 0 | 0.46 | 0.49 | 0.05 | 3.59 | 0.81 | 0.72 |
| Hex | F1 | 83 | 7C | 0 | 2E | 31 | 5 | 4 | 51 | 48 |
| Octal | 361 | 203 | 174 | 0 | 56 | 61 | 5 | 4 | 121 | 110 |
| Binary | 11110001 | 10000011 | 1111100 | 0 | 101110 | 110001 | 101 | 100 | 1010001 | 1001000 |
Color Harmonies of #F1837C
Complementary color
Monochromatic Colors of #F1837C
Black with #F1837C
Text Example
Text Example
White with #F1837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1837C; }
p { color: rgb(241,131,124); }
H1.HeaderClassName
{
color: #F1837C;
}
.AnyTagClassName
{
color: #F1837C;
}
</style>
background-color css
<style>
a { background-color: #F1837C; }
a { background-color: rgb(241,131,124); }
div.DivClassName
{
background-color: #F1837C;
}
.BgClassName
{
background-color: #F1837C;
}
</style>
border-color css
<style>
span { border-color: #F1837C; }
span { border-color: rgb(241,131,124); }
td.TdClassName
{
border-color: #F1837C;
}
.TagClassName
{
border-color: #F1837C;
}
</style>