Shades of Light Coral #F68582
Tints of Light Coral #F68582
RGB
CMYK
RGB Variations
Color information
#F68582 (or 0xF68582) is known color: Light Coral. HEX triplet: F6, 85 and 82. RGB value is (246,133,130). Sum of RGB (Red+Green+Blue) = 246+133+130=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68582 is #097A7D. Grayscale: #A6A6A6. Windows color (decimal): -621182 or 8553974. OLE color: 8553974.
HSL color Cylindrical-coordinate representation of color #F68582: hue angle of 1.55º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68582 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 130 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.04 |
| HSL | 1.55º | 0.87% | 0.74% | - |
| HSV(B) | 1.55º | 0.47% | 0.96% | - |
| XYZ | 50.42 | 37.98 | 25.79 | - |
| YUV | 166.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 130 | 0 | 0.46 | 0.47 | 0.04 | 1.55 | 0.87 | 0.74 |
| Hex | F6 | 85 | 82 | 0 | 2E | 2F | 4 | 2 | 57 | 4A |
| Octal | 366 | 205 | 202 | 0 | 56 | 57 | 4 | 2 | 127 | 112 |
| Binary | 11110110 | 10000101 | 10000010 | 0 | 101110 | 101111 | 100 | 10 | 1010111 | 1001010 |
Color Harmonies of #F68582
Complementary color
Monochromatic Colors of #F68582
Black with #F68582
Text Example
Text Example
White with #F68582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68582; }
p { color: rgb(246,133,130); }
H1.HeaderClassName
{
color: #F68582;
}
.AnyTagClassName
{
color: #F68582;
}
</style>
background-color css
<style>
a { background-color: #F68582; }
a { background-color: rgb(246,133,130); }
div.DivClassName
{
background-color: #F68582;
}
.BgClassName
{
background-color: #F68582;
}
</style>
border-color css
<style>
span { border-color: #F68582; }
span { border-color: rgb(246,133,130); }
td.TdClassName
{
border-color: #F68582;
}
.TagClassName
{
border-color: #F68582;
}
</style>