Shades of Salmon #FE7A7A
Tints of Salmon #FE7A7A
RGB
CMYK
RGB Variations
Color information
#FE7A7A (or 0xFE7A7A) is known color: Salmon. HEX triplet: FE, 7A and 7A. RGB value is (254,122,122). Sum of RGB (Red+Green+Blue) = 254+122+122=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A7A is #018585. Grayscale: #A1A1A1. Windows color (decimal): -99718 or 8026878. OLE color: 8026878.
HSL color Cylindrical-coordinate representation of color #FE7A7A: hue angle of 0º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A7A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 122 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.00 |
| HSL | 0º | 0.99% | 0.74% | - |
| HSV(B) | 0º | 0.52% | 1% | - |
| XYZ | 51.35 | 36.4 | 22.73 | - |
| YUV | 161.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 122 | 0 | 0.52 | 0.52 | 0.00 | 0 | 0.99 | 0.74 |
| Hex | FE | 7A | 7A | 0 | 34 | 34 | 0 | 0 | 63 | 4A |
| Octal | 376 | 172 | 172 | 0 | 64 | 64 | 0 | 0 | 143 | 112 |
| Binary | 11111110 | 1111010 | 1111010 | 0 | 110100 | 110100 | 0 | 0 | 1100011 | 1001010 |
Color Harmonies of #FE7A7A
Complementary color
Monochromatic Colors of #FE7A7A
Black with #FE7A7A
Text Example
Text Example
White with #FE7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A7A; }
p { color: rgb(254,122,122); }
H1.HeaderClassName
{
color: #FE7A7A;
}
.AnyTagClassName
{
color: #FE7A7A;
}
</style>
background-color css
<style>
a { background-color: #FE7A7A; }
a { background-color: rgb(254,122,122); }
div.DivClassName
{
background-color: #FE7A7A;
}
.BgClassName
{
background-color: #FE7A7A;
}
</style>
border-color css
<style>
span { border-color: #FE7A7A; }
span { border-color: rgb(254,122,122); }
td.TdClassName
{
border-color: #FE7A7A;
}
.TagClassName
{
border-color: #FE7A7A;
}
</style>