Shades of Salmon #FF7574
Tints of Salmon #FF7574
RGB
CMYK
RGB Variations
Color information
#FF7574 (or 0xFF7574) is known color: Salmon. HEX triplet: FF, 75 and 74. RGB value is (255,117,116). Sum of RGB (Red+Green+Blue) = 255+117+116=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7574 is #008A8B. Grayscale: #9E9E9E. Windows color (decimal): -35468 or 7632383. OLE color: 7632383.
HSL color Cylindrical-coordinate representation of color #FF7574: hue angle of 0.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7574 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 116 | - |
| CMYK | 0 | 0.54 | 0.55 | 0 |
| HSL | 0.43º | 1% | 0.73% | - |
| HSV(B) | 0.43º | 0.55% | 1% | - |
| XYZ | 50.75 | 35.24 | 20.65 | - |
| YUV | 158.15 | 104.22 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 116 | 0 | 0.54 | 0.55 | 0 | 0.43 | 1 | 0.73 |
| Hex | FF | 75 | 74 | 0 | 36 | 37 | 0 | 0 | 64 | 49 |
| Octal | 377 | 165 | 164 | 0 | 66 | 67 | 0 | 0 | 144 | 111 |
| Binary | 11111111 | 1110101 | 1110100 | 0 | 110110 | 110111 | 0 | 0 | 1100100 | 1001001 |
Color Harmonies of #FF7574
Complementary color
Monochromatic Colors of #FF7574
Black with #FF7574
Text Example
Text Example
White with #FF7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7574; }
p { color: rgb(255,117,116); }
H1.HeaderClassName
{
color: #FF7574;
}
.AnyTagClassName
{
color: #FF7574;
}
</style>
background-color css
<style>
a { background-color: #FF7574; }
a { background-color: rgb(255,117,116); }
div.DivClassName
{
background-color: #FF7574;
}
.BgClassName
{
background-color: #FF7574;
}
</style>
border-color css
<style>
span { border-color: #FF7574; }
span { border-color: rgb(255,117,116); }
td.TdClassName
{
border-color: #FF7574;
}
.TagClassName
{
border-color: #FF7574;
}
</style>