Shades of Salmon #FE7572
Tints of Salmon #FE7572
RGB
CMYK
RGB Variations
Color information
#FE7572 (or 0xFE7572) is known color: Salmon. HEX triplet: FE, 75 and 72. RGB value is (254,117,114). Sum of RGB (Red+Green+Blue) = 254+117+114=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7572 is #018A8D. Grayscale: #9D9D9D. Windows color (decimal): -101006 or 7501310. OLE color: 7501310.
HSL color Cylindrical-coordinate representation of color #FE7572: hue angle of 1.29º 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 #FE7572 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 114 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.00 |
| HSL | 1.29º | 0.99% | 0.72% | - |
| HSV(B) | 1.29º | 0.55% | 1% | - |
| XYZ | 50.27 | 35.01 | 20.03 | - |
| YUV | 157.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 114 | 0 | 0.54 | 0.55 | 0.00 | 1.29 | 0.99 | 0.72 |
| Hex | FE | 75 | 72 | 0 | 36 | 37 | 0 | 1 | 63 | 48 |
| Octal | 376 | 165 | 162 | 0 | 66 | 67 | 0 | 1 | 143 | 110 |
| Binary | 11111110 | 1110101 | 1110010 | 0 | 110110 | 110111 | 0 | 1 | 1100011 | 1001000 |
Color Harmonies of #FE7572
Complementary color
Monochromatic Colors of #FE7572
Black with #FE7572
Text Example
Text Example
White with #FE7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7572; }
p { color: rgb(254,117,114); }
H1.HeaderClassName
{
color: #FE7572;
}
.AnyTagClassName
{
color: #FE7572;
}
</style>
background-color css
<style>
a { background-color: #FE7572; }
a { background-color: rgb(254,117,114); }
div.DivClassName
{
background-color: #FE7572;
}
.BgClassName
{
background-color: #FE7572;
}
</style>
border-color css
<style>
span { border-color: #FE7572; }
span { border-color: rgb(254,117,114); }
td.TdClassName
{
border-color: #FE7572;
}
.TagClassName
{
border-color: #FE7572;
}
</style>