#F48975

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

Shades of Salmon #F48975

Tints of Salmon #F48975

Color information

#F48975 (or 0xF48975) is unknown color: approx Salmon. HEX triplet: F4, 89 and 75. RGB value is (244,137,117). Sum of RGB (Red+Green+Blue) = 244+137+117=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F48975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48975 is #0B768A. Grayscale: #A6A6A6. Windows color (decimal): -751243 or 7703028. OLE color: 7703028.

HSL color Cylindrical-coordinate representation of color #F48975: hue angle of 9.45º degrees, saturation: 0.85, 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 #F48975 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244137117-
CMYK00.440.520.04
HSL9.45º85.23%70.78%-
HSV(B)9.45º52.05%95.69%-
XYZ49.4638.4121.64-
YUV166.7199.95183.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=49.00%
G=27.51%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413711700.440.520.049.4585.2370.78
HexF4897502C34495547
Octal36421116505464411125107
Binary111101001000100111101010101100110100100100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48975; }

 p { color: rgb(244,137,117); }

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

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

 a { background-color: rgb(244,137,117); }

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

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

 span { border-color: rgb(244,137,117); }

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