#F98079

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

Shades of Salmon #F98079

Tints of Salmon #F98079

Color information

#F98079 (or 0xF98079) is unknown color: approx Salmon. HEX triplet: F9, 80 and 79. RGB value is (249,128,121). Sum of RGB (Red+Green+Blue) = 249+128+121=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F98079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98079 is #067F86. Grayscale: #A3A3A3. Windows color (decimal): -425863 or 7962873. OLE color: 7962873.

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

Color convert

RGB249128121-
CMYK00.490.510.02
HSL3.28º91.43%72.55%-
HSV(B)3.28º51.41%97.65%-
XYZ50.2436.9622.58-
YUV163.38104.09189.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=50%
G=25.70%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912812100.490.510.023.2891.4372.55
HexF9807903133235b49
Octal3712001710616323133111
Binary111110011000000011110010110001110011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98079; }

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

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

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

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

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

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

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

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