#F5997A

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

Shades of Dark Salmon #F5997A

Tints of Dark Salmon #F5997A

Color information

#F5997A (or 0xF5997A) is unknown color: approx Dark Salmon. HEX triplet: F5, 99 and 7A. RGB value is (245,153,122). Sum of RGB (Red+Green+Blue) = 245+153+122=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5997A is #0A6685. Grayscale: #B1B1B1. Windows color (decimal): -681606 or 8034805. OLE color: 8034805.

HSL color Cylindrical-coordinate representation of color #F5997A: hue angle of 15.12º degrees, saturation: 0.86, 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 #F5997A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245153122-
CMYK00.380.500.04
HSL15.12º86.01%71.96%-
HSV(B)15.12º50.2%96.08%-
XYZ52.5643.624.06-
YUV176.9796.98176.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=47.12%
G=29.42%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515312200.380.500.0415.1286.0171.96
HexF5997A026324f5648
Octal36523117204662417126110
Binary111101011001100111110100100110110010100111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5997A; }

 p { color: rgb(245,153,122); }

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

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

 a { background-color: rgb(245,153,122); }

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

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

 span { border-color: rgb(245,153,122); }

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