Html Css Color HEX #F19977 Dark Salmon

📋 copy color: '#F19977'

red 241 ◦ green 153 ◦ blue 119

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

Shades of Dark Salmon #F19977

Tints of Dark Salmon #F19977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 46.98%
G = 29.82%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19977 (or 0xF19977) is known color: Dark Salmon. HEX triplet: F1, 99 and 77. RGB value is (241,153,119). Sum of RGB (Red+Green+Blue) = 241+153+119=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19977 is #0E6688. Grayscale: #AFAFAF. Windows color (decimal): -943753 or 7838193. OLE color: 7838193.

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

Color convert

RGB 241 153 119 -
CMYK 0 0.37 0.51 0.05
HSL 16.72º 0.81% 0.71% -
HSV(B) 16.72º 0.51% 0.95% -
XYZ 51 42.82 23.03 -
YUV 175.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 241 153 119 0 0.37 0.51 0.05 16.72 0.81 0.71
Hex F1 99 77 0 25 33 5 11 51 47
Octal 361 231 167 0 45 63 5 21 121 107
Binary 11110001 10011001 1110111 0 100101 110011 101 10001 1010001 1000111

Color Harmonies of #F19977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19977

Black with #F19977

Text Example


Text Example

White with #F19977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19977; }

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

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

background-color css

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

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

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

border-color css

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

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

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