Shades of Salmon #FE7270
Tints of Salmon #FE7270
RGB
CMYK
RGB Variations
Color information
#FE7270 (or 0xFE7270) is known color: Salmon. HEX triplet: FE, 72 and 70. RGB value is (254,114,112). Sum of RGB (Red+Green+Blue) = 254+114+112=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7270 is #018D8F. Grayscale: #9B9B9B. Windows color (decimal): -101776 or 7369470. OLE color: 7369470.
HSL color Cylindrical-coordinate representation of color #FE7270: hue angle of 0.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7270 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 112 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.00 |
| HSL | 0.85º | 0.99% | 0.72% | - |
| HSV(B) | 0.85º | 0.56% | 1% | - |
| XYZ | 49.81 | 34.28 | 19.32 | - |
| YUV | 155.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 112 | 0 | 0.55 | 0.56 | 0.00 | 0.85 | 0.99 | 0.72 |
| Hex | FE | 72 | 70 | 0 | 37 | 38 | 0 | 1 | 63 | 48 |
| Octal | 376 | 162 | 160 | 0 | 67 | 70 | 0 | 1 | 143 | 110 |
| Binary | 11111110 | 1110010 | 1110000 | 0 | 110111 | 111000 | 0 | 1 | 1100011 | 1001000 |
Color Harmonies of #FE7270
Complementary color
Monochromatic Colors of #FE7270
Black with #FE7270
Text Example
Text Example
White with #FE7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7270; }
p { color: rgb(254,114,112); }
H1.HeaderClassName
{
color: #FE7270;
}
.AnyTagClassName
{
color: #FE7270;
}
</style>
background-color css
<style>
a { background-color: #FE7270; }
a { background-color: rgb(254,114,112); }
div.DivClassName
{
background-color: #FE7270;
}
.BgClassName
{
background-color: #FE7270;
}
</style>
border-color css
<style>
span { border-color: #FE7270; }
span { border-color: rgb(254,114,112); }
td.TdClassName
{
border-color: #FE7270;
}
.TagClassName
{
border-color: #FE7270;
}
</style>