#F17A69

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

Shades of Salmon #F17A69

Tints of Salmon #F17A69

Color information

#F17A69 (or 0xF17A69) is unknown color: approx Salmon. HEX triplet: F1, 7A and 69. RGB value is (241,122,105). Sum of RGB (Red+Green+Blue) = 241+122+105=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17A69 is #0E8596. Grayscale: #9B9B9B. Windows color (decimal): -951703 or 6912753. OLE color: 6912753.

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

Color convert

RGB241122105-
CMYK00.490.560.05
HSL7.5º82.93%67.84%-
HSV(B)7.5º56.43%94.51%-
XYZ45.7833.6417.44-
YUV155.6499.42188.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=51.50%
G=26.07%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112210500.490.560.057.582.9367.84
HexF17A6903138585344
Octal36117215106170510123104
Binary11110001111101011010010110001111000101100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17A69; }

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

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

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

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

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

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

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

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