Html Css Color HEX #F19778 Dark Salmon

📋 copy color: '#F19778'

red 241 ◦ green 151 ◦ blue 120

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

Shades of Dark Salmon #F19778

Tints of Dark Salmon #F19778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 47.07%
G = 29.49%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19778 (or 0xF19778) is known color: Dark Salmon. HEX triplet: F1, 97 and 78. RGB value is (241,151,120). Sum of RGB (Red+Green+Blue) = 241+151+120=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19778 is #0E6887. Grayscale: #AEAEAE. Windows color (decimal): -944264 or 7903217. OLE color: 7903217.

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

Color convert

RGB 241 151 120 -
CMYK 0 0.37 0.50 0.05
HSL 15.37º 0.81% 0.71% -
HSV(B) 15.37º 0.5% 0.95% -
XYZ 50.73 42.19 23.24 -
YUV 174.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 241 151 120 0 0.37 0.50 0.05 15.37 0.81 0.71
Hex F1 97 78 0 25 32 5 F 51 47
Octal 361 227 170 0 45 62 5 17 121 107
Binary 11110001 10010111 1111000 0 100101 110010 101 1111 1010001 1000111

Color Harmonies of #F19778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19778

Black with #F19778

Text Example


Text Example

White with #F19778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19778; }

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

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

background-color css

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

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

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

border-color css

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

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

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