Html Css Color HEX #F19F78 Dark Salmon

📋 copy color: '#F19F78'

red 241 ◦ green 159 ◦ blue 120

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

Shades of Dark Salmon #F19F78

Tints of Dark Salmon #F19F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

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

R = 46.35%
G = 30.58%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19F78 (or 0xF19F78) is known color: Dark Salmon. HEX triplet: F1, 9F and 78. RGB value is (241,159,120). Sum of RGB (Red+Green+Blue) = 241+159+120=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F78 is #0E6087. Grayscale: #B3B3B3. Windows color (decimal): -942216 or 7905265. OLE color: 7905265.

HSL color Cylindrical-coordinate representation of color #F19F78: hue angle of 19.34º 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 #F19F78 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 159 120 -
CMYK 0 0.34 0.50 0.05
HSL 19.34º 0.81% 0.71% -
HSV(B) 19.34º 0.5% 0.95% -
XYZ 52.06 44.85 23.68 -
YUV 179.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 241 159 120 0 0.34 0.50 0.05 19.34 0.81 0.71
Hex F1 9F 78 0 22 32 5 13 51 47
Octal 361 237 170 0 42 62 5 23 121 107
Binary 11110001 10011111 1111000 0 100010 110010 101 10011 1010001 1000111

Color Harmonies of #F19F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19F78

Black with #F19F78

Text Example


Text Example

White with #F19F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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