Shades of Salmon #FF7D7D
Tints of Salmon #FF7D7D
RGB
CMYK
RGB Variations
Color information
#FF7D7D (or 0xFF7D7D) is known color: Salmon. HEX triplet: FF, 7D and 7D. RGB value is (255,125,125). Sum of RGB (Red+Green+Blue) = 255+125+125=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D7D is #008282. Grayscale: #A4A4A4. Windows color (decimal): -33411 or 8224255. OLE color: 8224255.
HSL color Cylindrical-coordinate representation of color #FF7D7D: hue angle of 0º 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 #FF7D7D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 125 | 125 | - |
CMYK | 0 | 0.51 | 0.51 | 0 |
HSL | 0º | 1% | 0.75% | - |
HSV(B) | 0º | 0.51% | 1% | - |
XYZ | 52.28 | 37.41 | 23.87 | - |
YUV | 163.87 | 106.07 | 193 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 125 | 125 | 0 | 0.51 | 0.51 | 0 | 0 | 1 | 0.75 |
Hex | FF | 7D | 7D | 0 | 33 | 33 | 0 | 0 | 64 | 4B |
Octal | 377 | 175 | 175 | 0 | 63 | 63 | 0 | 0 | 144 | 113 |
Binary | 11111111 | 1111101 | 1111101 | 0 | 110011 | 110011 | 0 | 0 | 1100100 | 1001011 |
Color Harmonies of #FF7D7D
Complementary color
Monochromatic Colors of #FF7D7D
Black with #FF7D7D
Text Example
Text Example
White with #FF7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D7D; }
p { color: rgb(255,125,125); }
H1.HeaderClassName
{
color: #FF7D7D;
}
.AnyTagClassName
{
color: #FF7D7D;
}
</style>
background-color css
<style>
a { background-color: #FF7D7D; }
a { background-color: rgb(255,125,125); }
div.DivClassName
{
background-color: #FF7D7D;
}
.BgClassName
{
background-color: #FF7D7D;
}
</style>
border-color css
<style>
span { border-color: #FF7D7D; }
span { border-color: rgb(255,125,125); }
td.TdClassName
{
border-color: #FF7D7D;
}
.TagClassName
{
border-color: #FF7D7D;
}
</style>