#F97875

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

Shades of Salmon #F97875

Tints of Salmon #F97875

Color information

#F97875 (or 0xF97875) is unknown color: approx Salmon. HEX triplet: F9, 78 and 75. RGB value is (249,120,117). Sum of RGB (Red+Green+Blue) = 249+120+117=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F97875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97875 is #06878A. Grayscale: #9E9E9E. Windows color (decimal): -427915 or 7698681. OLE color: 7698681.

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

Color convert

RGB249120117-
CMYK00.520.530.02
HSL1.36º91.67%71.76%-
HSV(B)1.36º53.01%97.65%-
XYZ48.9934.8620.98-
YUV158.23104.74192.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.23%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=51.23%
G=24.69%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912011700.520.530.021.3691.6771.76
HexF9787503435215c48
Octal3711701650646521134110
Binary1111100111110001110101011010011010110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97875; }

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

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

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

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

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

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

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

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