#F28166

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

Shades of Salmon #F28166

Tints of Salmon #F28166

Color information

#F28166 (or 0xF28166) is unknown color: approx Salmon. HEX triplet: F2, 81 and 66. RGB value is (242,129,102). Sum of RGB (Red+Green+Blue) = 242+129+102=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28166 is #0D7E99. Grayscale: #9F9F9F. Windows color (decimal): -884378 or 6717938. OLE color: 6717938.

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

Color convert

RGB242129102-
CMYK00.470.580.05
HSL11.57º84.34%67.45%-
HSV(B)11.57º57.85%94.9%-
XYZ46.8735.5416.96-
YUV159.7195.44186.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=51.16%
G=27.27%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212910200.470.580.0511.5784.3467.45
HexF2816602F3A5c5443
Octal36220114605772514124103
Binary111100101000000111001100101111111010101110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28166; }

 p { color: rgb(242,129,102); }

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

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

 a { background-color: rgb(242,129,102); }

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

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

 span { border-color: rgb(242,129,102); }

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