#F2886B

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

Shades of Salmon #F2886B

Tints of Salmon #F2886B

Color information

#F2886B (or 0xF2886B) is unknown color: approx Salmon. HEX triplet: F2, 88 and 6B. RGB value is (242,136,107). Sum of RGB (Red+Green+Blue) = 242+136+107=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2886B is #0D7794. Grayscale: #A4A4A4. Windows color (decimal): -882581 or 7047410. OLE color: 7047410.

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

Color convert

RGB242136107-
CMYK00.440.560.05
HSL12.89º83.85%68.43%-
HSV(B)12.89º55.79%94.9%-
XYZ48.0837.5518.62-
YUV164.3995.62183.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 107 (42.19% from 255) = 22.06%
R=49.90%
G=28.04%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213610700.440.560.0512.8983.8568.43
HexF2886B02C385d5444
Octal36221015305470515124104
Binary111100101000100011010110101100111000101110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2886B; }

 p { color: rgb(242,136,107); }

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

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

 a { background-color: rgb(242,136,107); }

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

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

 span { border-color: rgb(242,136,107); }

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