#F67F75

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

Shades of Salmon #F67F75

Tints of Salmon #F67F75

Color information

#F67F75 (or 0xF67F75) is unknown color: approx Salmon. HEX triplet: F6, 7F and 75. RGB value is (246,127,117). Sum of RGB (Red+Green+Blue) = 246+127+117=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F75 is #09808A. Grayscale: #A1A1A1. Windows color (decimal): -622731 or 7700470. OLE color: 7700470.

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

Color convert

RGB246127117-
CMYK00.480.520.04
HSL4.65º87.76%71.18%-
HSV(B)4.65º52.44%96.47%-
XYZ48.8136.0621.22-
YUV161.44102.92188.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=50.20%
G=25.92%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612711700.480.520.044.6587.7671.18
HexF67F7503034455847
Octal3661771650606445130107
Binary1111011011111111110101011000011010010010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F75; }

 p { color: rgb(246,127,117); }

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

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

 a { background-color: rgb(246,127,117); }

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

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

 span { border-color: rgb(246,127,117); }

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