#F17F69

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

Shades of Salmon #F17F69

Tints of Salmon #F17F69

Color information

#F17F69 (or 0xF17F69) is unknown color: approx Salmon. HEX triplet: F1, 7F and 69. RGB value is (241,127,105). Sum of RGB (Red+Green+Blue) = 241+127+105=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F69 is #0E8096. Grayscale: #9E9E9E. Windows color (decimal): -950423 or 6914033. OLE color: 6914033.

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

Color convert

RGB241127105-
CMYK00.470.560.05
HSL9.71º82.93%67.84%-
HSV(B)9.71º56.43%94.51%-
XYZ46.4134.917.65-
YUV158.5897.77186.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=50.95%
G=26.85%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112710500.470.560.059.7182.9367.84
HexF17F6902F385a5344
Octal36117715105770512123104
Binary11110001111111111010010101111111000101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F69; }

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

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

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

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

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

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

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

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