#F48974

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

Shades of Salmon #F48974

Tints of Salmon #F48974

Color information

#F48974 (or 0xF48974) is unknown color: approx Salmon. HEX triplet: F4, 89 and 74. RGB value is (244,137,116). Sum of RGB (Red+Green+Blue) = 244+137+116=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F48974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48974 is #0B768B. Grayscale: #A6A6A6. Windows color (decimal): -751244 or 7637492. OLE color: 7637492.

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

Color convert

RGB244137116-
CMYK00.440.520.04
HSL9.84º85.33%70.59%-
HSV(B)9.84º52.46%95.69%-
XYZ49.4138.3921.33-
YUV166.699.45183.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.09%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=49.09%
G=27.57%
B=23.34%

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
Decimal24413711600.440.520.049.8485.3370.59
HexF4897402C344a5547
Octal36421116405464412125107
Binary111101001000100111101000101100110100100101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48974; }

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

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

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

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

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

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

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

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