Html Css Color HEX #F5997A Dark Salmon

📋 copy color: '#F5997A'

red 245 ◦ green 153 ◦ blue 122

#F5997A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #F5997A

Tints of Dark Salmon #F5997A

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 value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5997A (or 0xF5997A) is known color: 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

RGB 245 153 122 -
CMYK 0 0.38 0.50 0.04
HSL 15.12º 0.86% 0.72% -
HSV(B) 15.12º 0.5% 0.96% -
XYZ 52.56 43.6 24.06 -
YUV 176.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 245 153 122 0 0.38 0.50 0.04 15.12 0.86 0.72
Hex F5 99 7A 0 26 32 4 F 56 48
Octal 365 231 172 0 46 62 4 17 126 110
Binary 11110101 10011001 1111010 0 100110 110010 100 1111 1010110 1001000

Color Harmonies of #F5997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5997A

Black with #F5997A

Text Example


Text Example

White with #F5997A

Text Example


Text Example

HTML Codes & Css Web 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>