#F18069

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

Shades of Salmon #F18069

Tints of Salmon #F18069

Color information

#F18069 (or 0xF18069) is unknown color: approx Salmon. HEX triplet: F1, 80 and 69. RGB value is (241,128,105). Sum of RGB (Red+Green+Blue) = 241+128+105=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18069 is #0E7F96. Grayscale: #9F9F9F. Windows color (decimal): -950167 or 6914289. OLE color: 6914289.

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

Color convert

RGB241128105-
CMYK00.470.560.05
HSL10.15º82.93%67.84%-
HSV(B)10.15º56.43%94.51%-
XYZ46.5435.1617.7-
YUV159.1697.44186.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=50.84%
G=27.00%
B=22.15%

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
Decimal24112810500.470.560.0510.1582.9367.84
HexF1806902F385a5344
Octal36120015105770512123104
Binary111100011000000011010010101111111000101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18069; }

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

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

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

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

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

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

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

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