#F98075

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

Shades of Salmon #F98075

Tints of Salmon #F98075

Color information

#F98075 (or 0xF98075) is unknown color: approx Salmon. HEX triplet: F9, 80 and 75. RGB value is (249,128,117). Sum of RGB (Red+Green+Blue) = 249+128+117=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F98075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98075 is #067F8A. Grayscale: #A3A3A3. Windows color (decimal): -425867 or 7700729. OLE color: 7700729.

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

Color convert

RGB249128117-
CMYK00.490.530.02
HSL91.67%71.76%-
HSV(B)53.01%97.65%-
XYZ5036.8621.31-
YUV162.92102.09189.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=50.40%
G=25.91%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912811700.490.530.02591.6771.76
HexF9807503135255c48
Octal3712001650616525134110
Binary1111100110000000111010101100011101011010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98075; }

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

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

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

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

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

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

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

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