Html Css Color HEX #F19580 Dark Salmon

📋 copy color: '#F19580'

red 241 ◦ green 149 ◦ blue 128

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

Shades of Dark Salmon #F19580

Tints of Dark Salmon #F19580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.76%

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 46.53%
G = 28.76%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19580 (or 0xF19580) is known color: Dark Salmon. HEX triplet: F1, 95 and 80. RGB value is (241,149,128). Sum of RGB (Red+Green+Blue) = 241+149+128=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19580 is #0E6A7F. Grayscale: #AEAEAE. Windows color (decimal): -944768 or 8426993. OLE color: 8426993.

HSL color Cylindrical-coordinate representation of color #F19580: hue angle of 11.15º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F19580 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 128 -
CMYK 0 0.38 0.47 0.05
HSL 11.15º 0.8% 0.72% -
HSV(B) 11.15º 0.47% 0.95% -
XYZ 50.92 41.75 25.8 -
YUV 174.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 241 149 128 0 0.38 0.47 0.05 11.15 0.8 0.72
Hex F1 95 80 0 26 2F 5 B 50 48
Octal 361 225 200 0 46 57 5 13 120 110
Binary 11110001 10010101 10000000 0 100110 101111 101 1011 1010000 1001000

Color Harmonies of #F19580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19580

Black with #F19580

Text Example


Text Example

White with #F19580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19580; }

 p { color: rgb(241,149,128); }

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

background-color css

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

 a { background-color: rgb(241,149,128); }

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

border-color css

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

 span { border-color: rgb(241,149,128); }

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