Shades of Light Salmon #F69A78
Tints of Light Salmon #F69A78
RGB
CMYK
RGB Variations
Color information
#F69A78 (or 0xF69A78) is known color: Light Salmon. HEX triplet: F6, 9A and 78. RGB value is (246,154,120). Sum of RGB (Red+Green+Blue) = 246+154+120=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A78 is #096587. Grayscale: #B1B1B1. Windows color (decimal): -615816 or 7903990. OLE color: 7903990.
HSL color Cylindrical-coordinate representation of color #F69A78: hue angle of 16.19º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F69A78 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 120 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.04 |
| HSL | 16.19º | 0.88% | 0.72% | - |
| HSV(B) | 16.19º | 0.51% | 0.96% | - |
| XYZ | 52.95 | 44.06 | 23.48 | - |
| YUV | 177.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 120 | 0 | 0.37 | 0.51 | 0.04 | 16.19 | 0.88 | 0.72 |
| Hex | F6 | 9A | 78 | 0 | 25 | 33 | 4 | 10 | 58 | 48 |
| Octal | 366 | 232 | 170 | 0 | 45 | 63 | 4 | 20 | 130 | 110 |
| Binary | 11110110 | 10011010 | 1111000 | 0 | 100101 | 110011 | 100 | 10000 | 1011000 | 1001000 |
Color Harmonies of #F69A78
Complementary color
Monochromatic Colors of #F69A78
Black with #F69A78
Text Example
Text Example
White with #F69A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A78; }
p { color: rgb(246,154,120); }
H1.HeaderClassName
{
color: #F69A78;
}
.AnyTagClassName
{
color: #F69A78;
}
</style>
background-color css
<style>
a { background-color: #F69A78; }
a { background-color: rgb(246,154,120); }
div.DivClassName
{
background-color: #F69A78;
}
.BgClassName
{
background-color: #F69A78;
}
</style>
border-color css
<style>
span { border-color: #F69A78; }
span { border-color: rgb(246,154,120); }
td.TdClassName
{
border-color: #F69A78;
}
.TagClassName
{
border-color: #F69A78;
}
</style>