Shades of Salmon #F87F7A
Tints of Salmon #F87F7A
RGB
CMYK
RGB Variations
Color information
#F87F7A (or 0xF87F7A) is known color: Salmon. HEX triplet: F8, 7F and 7A. RGB value is (248,127,122). Sum of RGB (Red+Green+Blue) = 248+127+122=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F7A is #078085. Grayscale: #A2A2A2. Windows color (decimal): -491654 or 8028152. OLE color: 8028152.
HSL color Cylindrical-coordinate representation of color #F87F7A: hue angle of 2.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87F7A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 122 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.03 |
| HSL | 2.38º | 0.9% | 0.73% | - |
| HSV(B) | 2.38º | 0.51% | 0.97% | - |
| XYZ | 49.81 | 36.54 | 22.84 | - |
| YUV | 162.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 122 | 0 | 0.49 | 0.51 | 0.03 | 2.38 | 0.9 | 0.73 |
| Hex | F8 | 7F | 7A | 0 | 31 | 33 | 3 | 2 | 5A | 49 |
| Octal | 370 | 177 | 172 | 0 | 61 | 63 | 3 | 2 | 132 | 111 |
| Binary | 11111000 | 1111111 | 1111010 | 0 | 110001 | 110011 | 11 | 10 | 1011010 | 1001001 |
Color Harmonies of #F87F7A
Complementary color
Monochromatic Colors of #F87F7A
Black with #F87F7A
Text Example
Text Example
White with #F87F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F7A; }
p { color: rgb(248,127,122); }
H1.HeaderClassName
{
color: #F87F7A;
}
.AnyTagClassName
{
color: #F87F7A;
}
</style>
background-color css
<style>
a { background-color: #F87F7A; }
a { background-color: rgb(248,127,122); }
div.DivClassName
{
background-color: #F87F7A;
}
.BgClassName
{
background-color: #F87F7A;
}
</style>
border-color css
<style>
span { border-color: #F87F7A; }
span { border-color: rgb(248,127,122); }
td.TdClassName
{
border-color: #F87F7A;
}
.TagClassName
{
border-color: #F87F7A;
}
</style>