Shades of Light Coral #F1827C
Tints of Light Coral #F1827C
RGB
CMYK
RGB Variations
Color information
#F1827C (or 0xF1827C) is known color: Light Coral. HEX triplet: F1, 82 and 7C. RGB value is (241,130,124). Sum of RGB (Red+Green+Blue) = 241+130+124=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827C is #0E7D83. Grayscale: #A2A2A2. Windows color (decimal): -949636 or 8159985. OLE color: 8159985.
HSL color Cylindrical-coordinate representation of color #F1827C: hue angle of 3.08º 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 #F1827C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 124 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.05 |
| HSL | 3.08º | 0.81% | 0.72% | - |
| HSV(B) | 3.08º | 0.49% | 0.95% | - |
| XYZ | 47.9 | 36.12 | 23.52 | - |
| YUV | 162.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 124 | 0 | 0.46 | 0.49 | 0.05 | 3.08 | 0.81 | 0.72 |
| Hex | F1 | 82 | 7C | 0 | 2E | 31 | 5 | 3 | 51 | 48 |
| Octal | 361 | 202 | 174 | 0 | 56 | 61 | 5 | 3 | 121 | 110 |
| Binary | 11110001 | 10000010 | 1111100 | 0 | 101110 | 110001 | 101 | 11 | 1010001 | 1001000 |
Color Harmonies of #F1827C
Complementary color
Monochromatic Colors of #F1827C
Black with #F1827C
Text Example
Text Example
White with #F1827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1827C; }
p { color: rgb(241,130,124); }
H1.HeaderClassName
{
color: #F1827C;
}
.AnyTagClassName
{
color: #F1827C;
}
</style>
background-color css
<style>
a { background-color: #F1827C; }
a { background-color: rgb(241,130,124); }
div.DivClassName
{
background-color: #F1827C;
}
.BgClassName
{
background-color: #F1827C;
}
</style>
border-color css
<style>
span { border-color: #F1827C; }
span { border-color: rgb(241,130,124); }
td.TdClassName
{
border-color: #F1827C;
}
.TagClassName
{
border-color: #F1827C;
}
</style>