#F68572

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

Shades of Salmon #F68572

Tints of Salmon #F68572

Color information

#F68572 (or 0xF68572) is unknown color: approx Salmon. HEX triplet: F6, 85 and 72. RGB value is (246,133,114). Sum of RGB (Red+Green+Blue) = 246+133+114=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68572 is #097A8D. Grayscale: #A4A4A4. Windows color (decimal): -621198 or 7505398. OLE color: 7505398.

HSL color Cylindrical-coordinate representation of color #F68572: hue angle of 8.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68572 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246133114-
CMYK00.460.540.04
HSL8.64º88%70.59%-
HSV(B)8.64º53.66%96.47%-
XYZ49.4337.5820.57-
YUV164.6299.44186.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=49.90%
G=26.98%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613311400.460.540.048.648870.59
HexF6857202E36495847
Octal36620516205666411130107
Binary111101101000010111100100101110110110100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68572; }

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

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

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

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

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

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

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

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