Shades of Light Salmon #F69B7A
Tints of Light Salmon #F69B7A
RGB
CMYK
RGB Variations
Color information
#F69B7A (or 0xF69B7A) is known color: Light Salmon. HEX triplet: F6, 9B and 7A. RGB value is (246,155,122). Sum of RGB (Red+Green+Blue) = 246+155+122=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B7A is #096485. Grayscale: #B2B2B2. Windows color (decimal): -615558 or 8035318. OLE color: 8035318.
HSL color Cylindrical-coordinate representation of color #F69B7A: hue angle of 15.97º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69B7A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 122 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.04 |
| HSL | 15.97º | 0.87% | 0.72% | - |
| HSV(B) | 15.97º | 0.5% | 0.96% | - |
| XYZ | 53.24 | 44.44 | 24.18 | - |
| YUV | 178.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 122 | 0 | 0.37 | 0.50 | 0.04 | 15.97 | 0.87 | 0.72 |
| Hex | F6 | 9B | 7A | 0 | 25 | 32 | 4 | 10 | 57 | 48 |
| Octal | 366 | 233 | 172 | 0 | 45 | 62 | 4 | 20 | 127 | 110 |
| Binary | 11110110 | 10011011 | 1111010 | 0 | 100101 | 110010 | 100 | 10000 | 1010111 | 1001000 |
Color Harmonies of #F69B7A
Complementary color
Monochromatic Colors of #F69B7A
Black with #F69B7A
Text Example
Text Example
White with #F69B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B7A; }
p { color: rgb(246,155,122); }
H1.HeaderClassName
{
color: #F69B7A;
}
.AnyTagClassName
{
color: #F69B7A;
}
</style>
background-color css
<style>
a { background-color: #F69B7A; }
a { background-color: rgb(246,155,122); }
div.DivClassName
{
background-color: #F69B7A;
}
.BgClassName
{
background-color: #F69B7A;
}
</style>
border-color css
<style>
span { border-color: #F69B7A; }
span { border-color: rgb(246,155,122); }
td.TdClassName
{
border-color: #F69B7A;
}
.TagClassName
{
border-color: #F69B7A;
}
</style>