#F98975

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

Shades of Salmon #F98975

Tints of Salmon #F98975

Color information

#F98975 (or 0xF98975) is unknown color: approx Salmon. HEX triplet: F9, 89 and 75. RGB value is (249,137,117). Sum of RGB (Red+Green+Blue) = 249+137+117=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98975 is #06768A. Grayscale: #A8A8A8. Windows color (decimal): -423563 or 7703033. OLE color: 7703033.

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

Color convert

RGB249137117-
CMYK00.450.530.02
HSL9.09º91.67%71.76%-
HSV(B)9.09º53.01%97.65%-
XYZ51.2239.3221.72-
YUV168.2199.11185.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=49.50%
G=27.24%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913711700.450.530.029.0991.6771.76
HexF9897502D35295c48
Octal37121116505565211134110
Binary11111001100010011110101010110111010110100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98975; }

 p { color: rgb(249,137,117); }

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

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

 a { background-color: rgb(249,137,117); }

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

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

 span { border-color: rgb(249,137,117); }

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