Html Css Color HEX #F19581 Dark Salmon

📋 copy color: '#F19581'

red 241 ◦ green 149 ◦ blue 129

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

Shades of Dark Salmon #F19581

Tints of Dark Salmon #F19581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 46.44%
G = 28.71%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F19581 (or 0xF19581) is known color: Dark Salmon. HEX triplet: F1, 95 and 81. RGB value is (241,149,129). Sum of RGB (Red+Green+Blue) = 241+149+129=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19581 is #0E6A7E. Grayscale: #AEAEAE. Windows color (decimal): -944767 or 8492529. OLE color: 8492529.

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

Color convert

RGB 241 149 129 -
CMYK 0 0.38 0.46 0.05
HSL 10.71º 0.8% 0.73% -
HSV(B) 10.71º 0.46% 0.95% -
XYZ 50.99 41.78 26.15 -
YUV 174.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 241 149 129 0 0.38 0.46 0.05 10.71 0.8 0.73
Hex F1 95 81 0 26 2E 5 B 50 49
Octal 361 225 201 0 46 56 5 13 120 111
Binary 11110001 10010101 10000001 0 100110 101110 101 1011 1010000 1001001

Color Harmonies of #F19581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19581

Black with #F19581

Text Example


Text Example

White with #F19581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19581; }

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

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

background-color css

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

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

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

border-color css

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

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

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