Shades of Light Coral #F6857C
Tints of Light Coral #F6857C
RGB
CMYK
RGB Variations
Color information
#F6857C (or 0xF6857C) is known color: Light Coral. HEX triplet: F6, 85 and 7C. RGB value is (246,133,124). Sum of RGB (Red+Green+Blue) = 246+133+124=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6857C is #097A83. Grayscale: #A5A5A5. Windows color (decimal): -621188 or 8160758. OLE color: 8160758.
HSL color Cylindrical-coordinate representation of color #F6857C: hue angle of 4.43º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6857C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 124 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.04 |
| HSL | 4.43º | 0.87% | 0.73% | - |
| HSV(B) | 4.43º | 0.5% | 0.96% | - |
| XYZ | 50.03 | 37.82 | 23.73 | - |
| YUV | 165.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 124 | 0 | 0.46 | 0.50 | 0.04 | 4.43 | 0.87 | 0.73 |
| Hex | F6 | 85 | 7C | 0 | 2E | 32 | 4 | 4 | 57 | 49 |
| Octal | 366 | 205 | 174 | 0 | 56 | 62 | 4 | 4 | 127 | 111 |
| Binary | 11110110 | 10000101 | 1111100 | 0 | 101110 | 110010 | 100 | 100 | 1010111 | 1001001 |
Color Harmonies of #F6857C
Complementary color
Monochromatic Colors of #F6857C
Black with #F6857C
Text Example
Text Example
White with #F6857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6857C; }
p { color: rgb(246,133,124); }
H1.HeaderClassName
{
color: #F6857C;
}
.AnyTagClassName
{
color: #F6857C;
}
</style>
background-color css
<style>
a { background-color: #F6857C; }
a { background-color: rgb(246,133,124); }
div.DivClassName
{
background-color: #F6857C;
}
.BgClassName
{
background-color: #F6857C;
}
</style>
border-color css
<style>
span { border-color: #F6857C; }
span { border-color: rgb(246,133,124); }
td.TdClassName
{
border-color: #F6857C;
}
.TagClassName
{
border-color: #F6857C;
}
</style>