#F17569

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

Shades of Salmon #F17569

Tints of Salmon #F17569

Color information

#F17569 (or 0xF17569) is unknown color: approx Salmon. HEX triplet: F1, 75 and 69. RGB value is (241,117,105). Sum of RGB (Red+Green+Blue) = 241+117+105=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F17569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17569 is #0E8A96. Grayscale: #989898. Windows color (decimal): -952983 or 6911473. OLE color: 6911473.

HSL color Cylindrical-coordinate representation of color #F17569: hue angle of 5.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F17569 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241117105-
CMYK00.510.560.05
HSL5.29º82.93%67.84%-
HSV(B)5.29º56.43%94.51%-
XYZ45.1932.4417.25-
YUV152.71101.08190.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=52.05%
G=25.27%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111710500.510.560.055.2982.9367.84
HexF1756903338555344
Octal3611651510637055123104
Binary1111000111101011101001011001111100010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17569; }

 p { color: rgb(241,117,105); }

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

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

 a { background-color: rgb(241,117,105); }

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

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

 span { border-color: rgb(241,117,105); }

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