#F4957A

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

Shades of Dark Salmon #F4957A

Tints of Dark Salmon #F4957A

Color information

#F4957A (or 0xF4957A) is unknown color: approx Dark Salmon. HEX triplet: F4, 95 and 7A. RGB value is (244,149,122). Sum of RGB (Red+Green+Blue) = 244+149+122=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4957A is #0B6A85. Grayscale: #AEAEAE. Windows color (decimal): -748166 or 8033780. OLE color: 8033780.

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

Color convert

RGB244149122-
CMYK00.390.50.04
HSL13.28º84.72%71.76%-
HSV(B)13.28º50%95.69%-
XYZ51.5742.1323.83-
YUV174.3398.47177.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=47.38%
G=28.93%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414912200.390.50.0413.2884.7271.76
HexF4957A027324d5548
Octal36422517204762415125110
Binary111101001001010111110100100111110010100110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4957A; }

 p { color: rgb(244,149,122); }

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

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

 a { background-color: rgb(244,149,122); }

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

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

 span { border-color: rgb(244,149,122); }

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