Shades of Salmon #FE7F72
Tints of Salmon #FE7F72
RGB
CMYK
RGB Variations
Color information
#FE7F72 (or 0xFE7F72) is known color: Salmon. HEX triplet: FE, 7F and 72. RGB value is (254,127,114). Sum of RGB (Red+Green+Blue) = 254+127+114=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F72 is #01808D. Grayscale: #A3A3A3. Windows color (decimal): -98446 or 7503870. OLE color: 7503870.
HSL color Cylindrical-coordinate representation of color #FE7F72: hue angle of 5.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7F72 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 114 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.00 |
| HSL | 5.57º | 0.99% | 0.72% | - |
| HSV(B) | 5.57º | 0.55% | 1% | - |
| XYZ | 51.5 | 37.46 | 20.44 | - |
| YUV | 163.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 114 | 0 | 0.50 | 0.55 | 0.00 | 5.57 | 0.99 | 0.72 |
| Hex | FE | 7F | 72 | 0 | 32 | 37 | 0 | 6 | 63 | 48 |
| Octal | 376 | 177 | 162 | 0 | 62 | 67 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 1111111 | 1110010 | 0 | 110010 | 110111 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE7F72
Complementary color
Monochromatic Colors of #FE7F72
Black with #FE7F72
Text Example
Text Example
White with #FE7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F72; }
p { color: rgb(254,127,114); }
H1.HeaderClassName
{
color: #FE7F72;
}
.AnyTagClassName
{
color: #FE7F72;
}
</style>
background-color css
<style>
a { background-color: #FE7F72; }
a { background-color: rgb(254,127,114); }
div.DivClassName
{
background-color: #FE7F72;
}
.BgClassName
{
background-color: #FE7F72;
}
</style>
border-color css
<style>
span { border-color: #FE7F72; }
span { border-color: rgb(254,127,114); }
td.TdClassName
{
border-color: #FE7F72;
}
.TagClassName
{
border-color: #FE7F72;
}
</style>