Html Css Color HEX #F1997A Dark Salmon

📋 copy color: '#F1997A'

red 241 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #F1997A

Tints of Dark Salmon #F1997A

RGB

 RED value IS 241 (94.53% from 255) = 46.71%

 GREEN value IS 153 (60.16% from 255) = 29.65%

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 46.71%
G = 29.65%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1997A (or 0xF1997A) is known color: Dark Salmon. HEX triplet: F1, 99 and 7A. RGB value is (241,153,122). Sum of RGB (Red+Green+Blue) = 241+153+122=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1997A is #0E6685. Grayscale: #AFAFAF. Windows color (decimal): -943750 or 8034801. OLE color: 8034801.

HSL color Cylindrical-coordinate representation of color #F1997A: hue angle of 15.63º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1997A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 122 -
CMYK 0 0.37 0.49 0.05
HSL 15.63º 0.81% 0.71% -
HSV(B) 15.63º 0.49% 0.95% -
XYZ 51.18 42.89 23.99 -
YUV 175.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 241 153 122 0 0.37 0.49 0.05 15.63 0.81 0.71
Hex F1 99 7A 0 25 31 5 10 51 47
Octal 361 231 172 0 45 61 5 20 121 107
Binary 11110001 10011001 1111010 0 100101 110001 101 10000 1010001 1000111

Color Harmonies of #F1997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1997A

Black with #F1997A

Text Example


Text Example

White with #F1997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1997A; }

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

 H1.HeaderClassName
 {
   color: #F1997A;
 }
 .AnyTagClassName
 {
   color: #F1997A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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