Shades of Salmon #FF7F7D
Tints of Salmon #FF7F7D
RGB
CMYK
RGB Variations
Color information
#FF7F7D (or 0xFF7F7D) is known color: Salmon. HEX triplet: FF, 7F and 7D. RGB value is (255,127,125). Sum of RGB (Red+Green+Blue) = 255+127+125=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F7D is #008082. Grayscale: #A5A5A5. Windows color (decimal): -32899 or 8224767. OLE color: 8224767.
HSL color Cylindrical-coordinate representation of color #FF7F7D: hue angle of 0.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7F7D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 125 | - |
| CMYK | 0 | 0.50 | 0.51 | 0 |
| HSL | 0.92º | 1% | 0.75% | - |
| HSV(B) | 0.92º | 0.51% | 1% | - |
| XYZ | 52.53 | 37.92 | 23.95 | - |
| YUV | 165.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 125 | 0 | 0.50 | 0.51 | 0 | 0.92 | 1 | 0.75 |
| Hex | FF | 7F | 7D | 0 | 32 | 33 | 0 | 1 | 64 | 4B |
| Octal | 377 | 177 | 175 | 0 | 62 | 63 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 1111111 | 1111101 | 0 | 110010 | 110011 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF7F7D
Complementary color
Monochromatic Colors of #FF7F7D
Black with #FF7F7D
Text Example
Text Example
White with #FF7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F7D; }
p { color: rgb(255,127,125); }
H1.HeaderClassName
{
color: #FF7F7D;
}
.AnyTagClassName
{
color: #FF7F7D;
}
</style>
background-color css
<style>
a { background-color: #FF7F7D; }
a { background-color: rgb(255,127,125); }
div.DivClassName
{
background-color: #FF7F7D;
}
.BgClassName
{
background-color: #FF7F7D;
}
</style>
border-color css
<style>
span { border-color: #FF7F7D; }
span { border-color: rgb(255,127,125); }
td.TdClassName
{
border-color: #FF7F7D;
}
.TagClassName
{
border-color: #FF7F7D;
}
</style>