#F2886D

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

Shades of Salmon #F2886D

Tints of Salmon #F2886D

Color information

#F2886D (or 0xF2886D) is unknown color: approx Salmon. HEX triplet: F2, 88 and 6D. RGB value is (242,136,109). Sum of RGB (Red+Green+Blue) = 242+136+109=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2886D is #0D7792. Grayscale: #A4A4A4. Windows color (decimal): -882579 or 7178482. OLE color: 7178482.

HSL color Cylindrical-coordinate representation of color #F2886D: hue angle of 12.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2886D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242136109-
CMYK00.440.550.05
HSL12.18º83.65%68.82%-
HSV(B)12.18º54.96%94.9%-
XYZ48.1837.5919.18-
YUV164.6296.62183.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=49.69%
G=27.93%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213610900.440.550.0512.1883.6568.82
HexF2886D02C375c5445
Octal36221015505467514124105
Binary111100101000100011011010101100110111101110010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2886D; }

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

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

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

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

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

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

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

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