#F48D79

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

Shades of Dark Salmon #F48D79

Tints of Dark Salmon #F48D79

Color information

#F48D79 (or 0xF48D79) is unknown color: approx Dark Salmon. HEX triplet: F4, 8D and 79. RGB value is (244,141,121). Sum of RGB (Red+Green+Blue) = 244+141+121=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48D79 is #0B7286. Grayscale: #A9A9A9. Windows color (decimal): -750215 or 7966196. OLE color: 7966196.

HSL color Cylindrical-coordinate representation of color #F48D79: hue angle of 9.76º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F48D79 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB244141121-
CMYK00.420.500.04
HSL9.76º84.83%71.57%-
HSV(B)9.76º50.41%95.69%-
XYZ50.2839.6623.09-
YUV169.52100.62181.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.22%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=48.22%
G=27.87%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414112100.420.500.049.7684.8371.57
HexF48D7902A324a5548
Octal36421517105262412125110
Binary111101001000110111110010101010110010100101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48D79; }

 p { color: rgb(244,141,121); }

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

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

 a { background-color: rgb(244,141,121); }

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

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

 span { border-color: rgb(244,141,121); }

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