Shades of Light Salmon #F99F7B
Tints of Light Salmon #F99F7B
RGB
CMYK
RGB Variations
Color information
#F99F7B (or 0xF99F7B) is known color: Light Salmon. HEX triplet: F9, 9F and 7B. RGB value is (249,159,123). Sum of RGB (Red+Green+Blue) = 249+159+123=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F7B is #066084. Grayscale: #B6B6B6. Windows color (decimal): -417925 or 8101881. OLE color: 8101881.
HSL color Cylindrical-coordinate representation of color #F99F7B: hue angle of 17.14º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F99F7B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.14º | 0.91% | 0.73% | - |
| HSV(B) | 17.14º | 0.51% | 0.98% | - |
| XYZ | 55.04 | 46.37 | 24.79 | - |
| YUV | 181.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.14 | 0.91 | 0.73 |
| Hex | F9 | 9F | 7B | 0 | 24 | 33 | 2 | 11 | 5B | 49 |
| Octal | 371 | 237 | 173 | 0 | 44 | 63 | 2 | 21 | 133 | 111 |
| Binary | 11111001 | 10011111 | 1111011 | 0 | 100100 | 110011 | 10 | 10001 | 1011011 | 1001001 |
Color Harmonies of #F99F7B
Complementary color
Monochromatic Colors of #F99F7B
Black with #F99F7B
Text Example
Text Example
White with #F99F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F7B; }
p { color: rgb(249,159,123); }
H1.HeaderClassName
{
color: #F99F7B;
}
.AnyTagClassName
{
color: #F99F7B;
}
</style>
background-color css
<style>
a { background-color: #F99F7B; }
a { background-color: rgb(249,159,123); }
div.DivClassName
{
background-color: #F99F7B;
}
.BgClassName
{
background-color: #F99F7B;
}
</style>
border-color css
<style>
span { border-color: #F99F7B; }
span { border-color: rgb(249,159,123); }
td.TdClassName
{
border-color: #F99F7B;
}
.TagClassName
{
border-color: #F99F7B;
}
</style>