#F48277

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

Shades of Salmon #F48277

Tints of Salmon #F48277

Color information

#F48277 (or 0xF48277) is unknown color: approx Salmon. HEX triplet: F4, 82 and 77. RGB value is (244,130,119). Sum of RGB (Red+Green+Blue) = 244+130+119=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F48277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48277 is #0B7D88. Grayscale: #A2A2A2. Windows color (decimal): -753033 or 7832308. OLE color: 7832308.

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

Color convert

RGB244130119-
CMYK00.470.510.04
HSL5.28º85.03%71.18%-
HSV(B)5.28º51.23%95.69%-
XYZ48.6236.5321.94-
YUV162.83103.27185.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=49.49%
G=26.37%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413011900.470.510.045.2885.0371.18
HexF4827702F33455547
Octal3642021670576345125107
Binary11110100100000101110111010111111001110010110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48277; }

 p { color: rgb(244,130,119); }

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

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

 a { background-color: rgb(244,130,119); }

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

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

 span { border-color: rgb(244,130,119); }

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