#F48576

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

Shades of Salmon #F48576

Tints of Salmon #F48576

Color information

#F48576 (or 0xF48576) is unknown color: approx Salmon. HEX triplet: F4, 85 and 76. RGB value is (244,133,118). Sum of RGB (Red+Green+Blue) = 244+133+118=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F48576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48576 is #0B7A89. Grayscale: #A4A4A4. Windows color (decimal): -752266 or 7767540. OLE color: 7767540.

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

Color convert

RGB244133118-
CMYK00.450.520.04
HSL7.14º85.14%70.98%-
HSV(B)7.14º51.64%95.69%-
XYZ48.9737.3221.76-
YUV164.48101.77184.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=49.29%
G=26.87%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413311800.450.520.047.1485.1470.98
HexF4857602D34475547
Octal3642051660556447125107
Binary11110100100001011110110010110111010010011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48576; }

 p { color: rgb(244,133,118); }

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

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

 a { background-color: rgb(244,133,118); }

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

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

 span { border-color: rgb(244,133,118); }

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