#F38775

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

Shades of Salmon #F38775

Tints of Salmon #F38775

Color information

#F38775 (or 0xF38775) is unknown color: approx Salmon. HEX triplet: F3, 87 and 75. RGB value is (243,135,117). Sum of RGB (Red+Green+Blue) = 243+135+117=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F38775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38775 is #0C788A. Grayscale: #A5A5A5. Windows color (decimal): -817291 or 7702515. OLE color: 7702515.

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

Color convert

RGB243135117-
CMYK00.440.520.05
HSL8.57º84%70.59%-
HSV(B)8.57º51.85%95.29%-
XYZ48.8437.6721.53-
YUV165.24100.78183.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 135 (53.12% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=49.09%
G=27.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313511700.440.520.058.578470.59
HexF3877502C34595447
Octal36320716505464511124107
Binary111100111000011111101010101100110100101100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38775; }

 p { color: rgb(243,135,117); }

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

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

 a { background-color: rgb(243,135,117); }

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

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

 span { border-color: rgb(243,135,117); }

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