#F17669

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

Shades of Salmon #F17669

Tints of Salmon #F17669

Color information

#F17669 (or 0xF17669) is unknown color: approx Salmon. HEX triplet: F1, 76 and 69. RGB value is (241,118,105). Sum of RGB (Red+Green+Blue) = 241+118+105=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F17669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17669 is #0E8996. Grayscale: #999999. Windows color (decimal): -952727 or 6911729. OLE color: 6911729.

HSL color Cylindrical-coordinate representation of color #F17669: hue angle of 5.74º 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 #F17669 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241118105-
CMYK00.510.560.05
HSL5.74º82.93%67.84%-
HSV(B)5.74º56.43%94.51%-
XYZ45.332.6817.28-
YUV153.29100.75190.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=51.94%
G=25.43%
B=22.63%

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
Decimal24111810500.510.560.055.7482.9367.84
HexF1766903338565344
Octal3611661510637056123104
Binary1111000111101101101001011001111100010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17669; }

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

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

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

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

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

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

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

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