Shades of Light Coral #F6827E
Tints of Light Coral #F6827E
RGB
CMYK
RGB Variations
Color information
#F6827E (or 0xF6827E) is known color: Light Coral. HEX triplet: F6, 82 and 7E. RGB value is (246,130,126). Sum of RGB (Red+Green+Blue) = 246+130+126=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6827E is #097D81. Grayscale: #A4A4A4. Windows color (decimal): -621954 or 8291062. OLE color: 8291062.
HSL color Cylindrical-coordinate representation of color #F6827E: hue angle of 2º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6827E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 126 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.04 |
| HSL | 2º | 0.87% | 0.73% | - |
| HSV(B) | 2º | 0.49% | 0.96% | - |
| XYZ | 49.75 | 37.06 | 24.27 | - |
| YUV | 164.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 126 | 0 | 0.47 | 0.49 | 0.04 | 2 | 0.87 | 0.73 |
| Hex | F6 | 82 | 7E | 0 | 2F | 31 | 4 | 2 | 57 | 49 |
| Octal | 366 | 202 | 176 | 0 | 57 | 61 | 4 | 2 | 127 | 111 |
| Binary | 11110110 | 10000010 | 1111110 | 0 | 101111 | 110001 | 100 | 10 | 1010111 | 1001001 |
Color Harmonies of #F6827E
Complementary color
Monochromatic Colors of #F6827E
Black with #F6827E
Text Example
Text Example
White with #F6827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6827E; }
p { color: rgb(246,130,126); }
H1.HeaderClassName
{
color: #F6827E;
}
.AnyTagClassName
{
color: #F6827E;
}
</style>
background-color css
<style>
a { background-color: #F6827E; }
a { background-color: rgb(246,130,126); }
div.DivClassName
{
background-color: #F6827E;
}
.BgClassName
{
background-color: #F6827E;
}
</style>
border-color css
<style>
span { border-color: #F6827E; }
span { border-color: rgb(246,130,126); }
td.TdClassName
{
border-color: #F6827E;
}
.TagClassName
{
border-color: #F6827E;
}
</style>