Shades of Light Coral #F18683
Tints of Light Coral #F18683
RGB
CMYK
RGB Variations
Color information
#F18683 (or 0xF18683) is known color: Light Coral. HEX triplet: F1, 86 and 83. RGB value is (241,134,131). Sum of RGB (Red+Green+Blue) = 241+134+131=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18683 is #0E797C. Grayscale: #A5A5A5. Windows color (decimal): -948605 or 8619761. OLE color: 8619761.
HSL color Cylindrical-coordinate representation of color #F18683: hue angle of 1.64º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18683 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 131 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.05 |
| HSL | 1.64º | 0.8% | 0.73% | - |
| HSV(B) | 1.64º | 0.46% | 0.95% | - |
| XYZ | 48.9 | 37.39 | 26.11 | - |
| YUV | 165.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 131 | 0 | 0.44 | 0.46 | 0.05 | 1.64 | 0.8 | 0.73 |
| Hex | F1 | 86 | 83 | 0 | 2C | 2E | 5 | 2 | 50 | 49 |
| Octal | 361 | 206 | 203 | 0 | 54 | 56 | 5 | 2 | 120 | 111 |
| Binary | 11110001 | 10000110 | 10000011 | 0 | 101100 | 101110 | 101 | 10 | 1010000 | 1001001 |
Color Harmonies of #F18683
Complementary color
Monochromatic Colors of #F18683
Black with #F18683
Text Example
Text Example
White with #F18683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18683; }
p { color: rgb(241,134,131); }
H1.HeaderClassName
{
color: #F18683;
}
.AnyTagClassName
{
color: #F18683;
}
</style>
background-color css
<style>
a { background-color: #F18683; }
a { background-color: rgb(241,134,131); }
div.DivClassName
{
background-color: #F18683;
}
.BgClassName
{
background-color: #F18683;
}
</style>
border-color css
<style>
span { border-color: #F18683; }
span { border-color: rgb(241,134,131); }
td.TdClassName
{
border-color: #F18683;
}
.TagClassName
{
border-color: #F18683;
}
</style>