#F18A6A

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

Shades of Salmon #F18A6A

Tints of Salmon #F18A6A

Color information

#F18A6A (or 0xF18A6A) is unknown color: approx Salmon. HEX triplet: F1, 8A and 6A. RGB value is (241,138,106). Sum of RGB (Red+Green+Blue) = 241+138+106=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6A is #0E7595. Grayscale: #A5A5A5. Windows color (decimal): -947606 or 6982385. OLE color: 6982385.

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

Color convert

RGB241138106-
CMYK00.430.560.05
HSL14.22º82.82%68.04%-
HSV(B)14.22º56.02%94.51%-
XYZ47.9737.9218.43-
YUV165.1594.62182.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=49.69%
G=28.45%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113810600.430.560.0514.2282.8268.04
HexF18A6A02B385e5344
Octal36121215205370516123104
Binary111100011000101011010100101011111000101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A6A; }

 p { color: rgb(241,138,106); }

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

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

 a { background-color: rgb(241,138,106); }

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

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

 span { border-color: rgb(241,138,106); }

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