#F97978

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

Shades of Salmon #F97978

Tints of Salmon #F97978

Color information

#F97978 (or 0xF97978) is unknown color: approx Salmon. HEX triplet: F9, 79 and 78. RGB value is (249,121,120). Sum of RGB (Red+Green+Blue) = 249+121+120=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F97978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97978 is #068687. Grayscale: #9F9F9F. Windows color (decimal): -427656 or 7895545. OLE color: 7895545.

HSL color Cylindrical-coordinate representation of color #F97978: hue angle of 0.47º 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 #F97978 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB249121120-
CMYK00.510.520.02
HSL0.47º91.49%72.35%-
HSV(B)0.47º51.81%97.65%-
XYZ49.2935.1721.96-
YUV159.16105.91192.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=50.82%
G=24.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912112000.510.520.020.4791.4972.35
HexF9797803334205b48
Octal3711711700636420133110
Binary1111100111110011111000011001111010010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97978; }

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

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

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

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

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

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

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

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