Html Css Color HEX #F19774 Dark Salmon

📋 copy color: '#F19774'

red 241 ◦ green 151 ◦ blue 116

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

Shades of Dark Salmon #F19774

Tints of Dark Salmon #F19774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 47.44%
G = 29.72%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19774 (or 0xF19774) is known color: Dark Salmon. HEX triplet: F1, 97 and 74. RGB value is (241,151,116). Sum of RGB (Red+Green+Blue) = 241+151+116=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F19774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19774 is #0E688B. Grayscale: #AEAEAE. Windows color (decimal): -944268 or 7641073. OLE color: 7641073.

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

Color convert

RGB 241 151 116 -
CMYK 0 0.37 0.52 0.05
HSL 16.8º 0.82% 0.7% -
HSV(B) 16.8º 0.52% 0.95% -
XYZ 50.49 42.09 21.99 -
YUV 173.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 241 151 116 0 0.37 0.52 0.05 16.8 0.82 0.7
Hex F1 97 74 0 25 34 5 11 52 46
Octal 361 227 164 0 45 64 5 21 122 106
Binary 11110001 10010111 1110100 0 100101 110100 101 10001 1010010 1000110

Color Harmonies of #F19774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19774

Black with #F19774

Text Example


Text Example

White with #F19774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19774; }

 p { color: rgb(241,151,116); }

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

background-color css

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

 a { background-color: rgb(241,151,116); }

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

border-color css

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

 span { border-color: rgb(241,151,116); }

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