#F28B6B

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

Shades of Salmon #F28B6B

Tints of Salmon #F28B6B

Color information

#F28B6B (or 0xF28B6B) is unknown color: approx Salmon. HEX triplet: F2, 8B and 6B. RGB value is (242,139,107). Sum of RGB (Red+Green+Blue) = 242+139+107=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B6B is #0D7494. Grayscale: #A6A6A6. Windows color (decimal): -881813 or 7048178. OLE color: 7048178.

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

Color convert

RGB242139107-
CMYK00.430.560.05
HSL14.22º83.85%68.43%-
HSV(B)14.22º55.79%94.9%-
XYZ48.538.418.77-
YUV166.1594.62182.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=49.59%
G=28.48%
B=21.93%

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
Decimal24213910700.430.560.0514.2283.8568.43
HexF28B6B02B385e5444
Octal36221315305370516124104
Binary111100101000101111010110101011111000101111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28B6B; }

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

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

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

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

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

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

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

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