Shades of Light Coral #F68382
Tints of Light Coral #F68382
RGB
CMYK
RGB Variations
Color information
#F68382 (or 0xF68382) is known color: Light Coral. HEX triplet: F6, 83 and 82. RGB value is (246,131,130). Sum of RGB (Red+Green+Blue) = 246+131+130=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68382 is #097C7D. Grayscale: #A5A5A5. Windows color (decimal): -621694 or 8553462. OLE color: 8553462.
HSL color Cylindrical-coordinate representation of color #F68382: hue angle of 0.52º 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 #F68382 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 130 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.04 |
| HSL | 0.52º | 0.87% | 0.74% | - |
| HSV(B) | 0.52º | 0.47% | 0.96% | - |
| XYZ | 50.15 | 37.44 | 25.7 | - |
| YUV | 165.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 130 | 0 | 0.47 | 0.47 | 0.04 | 0.52 | 0.87 | 0.74 |
| Hex | F6 | 83 | 82 | 0 | 2F | 2F | 4 | 1 | 57 | 4A |
| Octal | 366 | 203 | 202 | 0 | 57 | 57 | 4 | 1 | 127 | 112 |
| Binary | 11110110 | 10000011 | 10000010 | 0 | 101111 | 101111 | 100 | 1 | 1010111 | 1001010 |
Color Harmonies of #F68382
Complementary color
Monochromatic Colors of #F68382
Black with #F68382
Text Example
Text Example
White with #F68382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68382; }
p { color: rgb(246,131,130); }
H1.HeaderClassName
{
color: #F68382;
}
.AnyTagClassName
{
color: #F68382;
}
</style>
background-color css
<style>
a { background-color: #F68382; }
a { background-color: rgb(246,131,130); }
div.DivClassName
{
background-color: #F68382;
}
.BgClassName
{
background-color: #F68382;
}
</style>
border-color css
<style>
span { border-color: #F68382; }
span { border-color: rgb(246,131,130); }
td.TdClassName
{
border-color: #F68382;
}
.TagClassName
{
border-color: #F68382;
}
</style>