#F17F6B

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

Shades of Salmon #F17F6B

Tints of Salmon #F17F6B

Color information

#F17F6B (or 0xF17F6B) is unknown color: approx Salmon. HEX triplet: F1, 7F and 6B. RGB value is (241,127,107). Sum of RGB (Red+Green+Blue) = 241+127+107=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F6B is #0E8094. Grayscale: #9F9F9F. Windows color (decimal): -950421 or 7045105. OLE color: 7045105.

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

Color convert

RGB241127107-
CMYK00.470.560.05
HSL8.96º82.72%68.24%-
HSV(B)8.96º55.6%94.51%-
XYZ46.5234.9418.2-
YUV158.8198.77186.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=50.74%
G=26.74%
B=22.53%

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
Decimal24112710700.470.560.058.9682.7268.24
HexF17F6B02F38595344
Octal36117715305770511123104
Binary11110001111111111010110101111111000101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F6B; }

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

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

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

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

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

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

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

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