Html Css Color HEX #F19A82 Dark Salmon

📋 copy color: '#F19A82'

red 241 ◦ green 154 ◦ blue 130

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

Shades of Dark Salmon #F19A82

Tints of Dark Salmon #F19A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 45.9%
G = 29.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F19A82 (or 0xF19A82) is known color: Dark Salmon. HEX triplet: F1, 9A and 82. RGB value is (241,154,130). Sum of RGB (Red+Green+Blue) = 241+154+130=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A82 is #0E657D. Grayscale: #B1B1B1. Windows color (decimal): -943486 or 8559345. OLE color: 8559345.

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

Color convert

RGB 241 154 130 -
CMYK 0 0.36 0.46 0.05
HSL 12.97º 0.8% 0.73% -
HSV(B) 12.97º 0.46% 0.95% -
XYZ 51.86 43.42 26.77 -
YUV 177.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 241 154 130 0 0.36 0.46 0.05 12.97 0.8 0.73
Hex F1 9A 82 0 24 2E 5 D 50 49
Octal 361 232 202 0 44 56 5 15 120 111
Binary 11110001 10011010 10000010 0 100100 101110 101 1101 1010000 1001001

Color Harmonies of #F19A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A82

Black with #F19A82

Text Example


Text Example

White with #F19A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A82; }

 p { color: rgb(241,154,130); }

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

background-color css

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

 a { background-color: rgb(241,154,130); }

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

border-color css

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

 span { border-color: rgb(241,154,130); }

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