Html Css Color HEX #F19079 Dark Salmon

📋 copy color: '#F19079'

red 241 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #F19079

Tints of Dark Salmon #F19079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 47.63%
G = 28.46%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19079 (or 0xF19079) is known color: Dark Salmon. HEX triplet: F1, 90 and 79. RGB value is (241,144,121). Sum of RGB (Red+Green+Blue) = 241+144+121=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19079 is #0E6F86. Grayscale: #AAAAAA. Windows color (decimal): -946055 or 7966961. OLE color: 7966961.

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

Color convert

RGB 241 144 121 -
CMYK 0 0.40 0.50 0.05
HSL 11.5º 0.81% 0.71% -
HSV(B) 11.5º 0.5% 0.95% -
XYZ 49.7 40.03 23.2 -
YUV 170.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 241 144 121 0 0.40 0.50 0.05 11.5 0.81 0.71
Hex F1 90 79 0 28 32 5 C 51 47
Octal 361 220 171 0 50 62 5 14 121 107
Binary 11110001 10010000 1111001 0 101000 110010 101 1100 1010001 1000111

Color Harmonies of #F19079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19079

Black with #F19079

Text Example


Text Example

White with #F19079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19079; }

 p { color: rgb(241,144,121); }

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

background-color css

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

 a { background-color: rgb(241,144,121); }

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

border-color css

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

 span { border-color: rgb(241,144,121); }

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