Shades of Light Salmon #F99F7E
Tints of Light Salmon #F99F7E
RGB
CMYK
RGB Variations
Color information
#F99F7E (or 0xF99F7E) is known color: Light Salmon. HEX triplet: F9, 9F and 7E. RGB value is (249,159,126). Sum of RGB (Red+Green+Blue) = 249+159+126=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F7E is #066081. Grayscale: #B6B6B6. Windows color (decimal): -417922 or 8298489. OLE color: 8298489.
HSL color Cylindrical-coordinate representation of color #F99F7E: hue angle of 16.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F99F7E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 126 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.02 |
| HSL | 16.1º | 0.91% | 0.74% | - |
| HSV(B) | 16.1º | 0.49% | 0.98% | - |
| XYZ | 55.23 | 46.44 | 25.79 | - |
| YUV | 182.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 126 | 0 | 0.36 | 0.49 | 0.02 | 16.1 | 0.91 | 0.74 |
| Hex | F9 | 9F | 7E | 0 | 24 | 31 | 2 | 10 | 5B | 4A |
| Octal | 371 | 237 | 176 | 0 | 44 | 61 | 2 | 20 | 133 | 112 |
| Binary | 11111001 | 10011111 | 1111110 | 0 | 100100 | 110001 | 10 | 10000 | 1011011 | 1001010 |
Color Harmonies of #F99F7E
Complementary color
Monochromatic Colors of #F99F7E
Black with #F99F7E
Text Example
Text Example
White with #F99F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F7E; }
p { color: rgb(249,159,126); }
H1.HeaderClassName
{
color: #F99F7E;
}
.AnyTagClassName
{
color: #F99F7E;
}
</style>
background-color css
<style>
a { background-color: #F99F7E; }
a { background-color: rgb(249,159,126); }
div.DivClassName
{
background-color: #F99F7E;
}
.BgClassName
{
background-color: #F99F7E;
}
</style>
border-color css
<style>
span { border-color: #F99F7E; }
span { border-color: rgb(249,159,126); }
td.TdClassName
{
border-color: #F99F7E;
}
.TagClassName
{
border-color: #F99F7E;
}
</style>