#F97B6B

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

Shades of Salmon #F97B6B

Tints of Salmon #F97B6B

Color information

#F97B6B (or 0xF97B6B) is unknown color: approx Salmon. HEX triplet: F9, 7B and 6B. RGB value is (249,123,107). Sum of RGB (Red+Green+Blue) = 249+123+107=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B6B is #068494. Grayscale: #9F9F9F. Windows color (decimal): -427157 or 7044089. OLE color: 7044089.

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

Color convert

RGB249123107-
CMYK00.510.570.02
HSL6.76º92.21%69.8%-
HSV(B)6.76º57.03%97.65%-
XYZ48.835.3718.16-
YUV158.8598.74192.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=51.98%
G=25.68%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912310700.510.570.026.7692.2169.8
HexF97B6B03339275c46
Octal3711731530637127134106
Binary111110011111011110101101100111110011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B6B; }

 p { color: rgb(249,123,107); }

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

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

 a { background-color: rgb(249,123,107); }

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

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

 span { border-color: rgb(249,123,107); }

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