#F6857A

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

Shades of Salmon #F6857A

Tints of Salmon #F6857A

Color information

#F6857A (or 0xF6857A) is unknown color: approx Salmon. HEX triplet: F6, 85 and 7A. RGB value is (246,133,122). Sum of RGB (Red+Green+Blue) = 246+133+122=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6857A is #097A85. Grayscale: #A5A5A5. Windows color (decimal): -621190 or 8029686. OLE color: 8029686.

HSL color Cylindrical-coordinate representation of color #F6857A: hue angle of 5.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6857A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246133122-
CMYK00.460.500.04
HSL5.32º87.32%72.16%-
HSV(B)5.32º50.41%96.47%-
XYZ49.9137.7723.07-
YUV165.53103.44185.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=49.10%
G=26.55%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613312200.460.500.045.3287.3272.16
HexF6857A02E32455748
Octal3662051720566245127110
Binary11110110100001011111010010111011001010010110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6857A; }

 p { color: rgb(246,133,122); }

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

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

 a { background-color: rgb(246,133,122); }

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

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

 span { border-color: rgb(246,133,122); }

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