#F97E78

Color #F97E78 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F97E78

Tints of Salmon #F97E78

Color information

#F97E78 (or 0xF97E78) is unknown color: approx Salmon. HEX triplet: F9, 7E and 78. RGB value is (249,126,120). Sum of RGB (Red+Green+Blue) = 249+126+120=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E78 is #068187. Grayscale: #A2A2A2. Windows color (decimal): -426376 or 7896825. OLE color: 7896825.

HSL color Cylindrical-coordinate representation of color #F97E78: hue angle of 2.79º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F97E78 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB249126120-
CMYK00.490.520.02
HSL2.79º91.49%72.35%-
HSV(B)2.79º51.81%97.65%-
XYZ49.9236.4222.17-
YUV162.09104.25189.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=50.30%
G=25.45%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912612000.490.520.022.7991.4972.35
HexF97E7803134235b48
Octal3711761700616423133110
Binary11111001111111011110000110001110100101110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E78; }

 p { color: rgb(249,126,120); }

 H1.HeaderClassName
 {
   color: #F97E78;
 }
 .AnyTagClassName
 {
   color: #F97E78;
 }
</style>
background-color css

<style>
 a { background-color: #F97E78; }

 a { background-color: rgb(249,126,120); }

 div.DivClassName
 {
   background-color: #F97E78;
 }
 .BgClassName
 {
   background-color: #F97E78;
 }
</style>
border-color css

<style>
 span { border-color: #F97E78; }

 span { border-color: rgb(249,126,120); }

 td.TdClassName
 {
   border-color: #F97E78;
 }
 .TagClassName
 {
   border-color: #F97E78;
 }
</style>