#F17D69

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

Shades of Salmon #F17D69

Tints of Salmon #F17D69

Color information

#F17D69 (or 0xF17D69) is unknown color: approx Salmon. HEX triplet: F1, 7D and 69. RGB value is (241,125,105). Sum of RGB (Red+Green+Blue) = 241+125+105=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D69 is #0E8296. Grayscale: #9D9D9D. Windows color (decimal): -950935 or 6913521. OLE color: 6913521.

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

Color convert

RGB241125105-
CMYK00.480.560.05
HSL8.82º82.93%67.84%-
HSV(B)8.82º56.43%94.51%-
XYZ46.1634.3917.57-
YUV157.498.43187.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=51.17%
G=26.54%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112510500.480.560.058.8282.9367.84
HexF17D6903038595344
Octal36117515106070511123104
Binary11110001111110111010010110000111000101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D69; }

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

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

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

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

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

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

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

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