Html Css Color HEX #F19681 Dark Salmon

📋 copy color: '#F19681'

red 241 ◦ green 150 ◦ blue 129

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

Shades of Dark Salmon #F19681

Tints of Dark Salmon #F19681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 46.35%
G = 28.85%
B = 24.81%

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

#F19681 (or 0xF19681) is known color: Dark Salmon. HEX triplet: F1, 96 and 81. RGB value is (241,150,129). Sum of RGB (Red+Green+Blue) = 241+150+129=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F19681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19681 is #0E697E. Grayscale: #AEAEAE. Windows color (decimal): -944511 or 8492785. OLE color: 8492785.

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

Color convert

RGB 241 150 129 -
CMYK 0 0.38 0.46 0.05
HSL 11.25º 0.8% 0.73% -
HSV(B) 11.25º 0.46% 0.95% -
XYZ 51.14 42.1 26.2 -
YUV 174.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 241 150 129 0 0.38 0.46 0.05 11.25 0.8 0.73
Hex F1 96 81 0 26 2E 5 B 50 49
Octal 361 226 201 0 46 56 5 13 120 111
Binary 11110001 10010110 10000001 0 100110 101110 101 1011 1010000 1001001

Color Harmonies of #F19681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19681

Black with #F19681

Text Example


Text Example

White with #F19681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19681; }

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

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

background-color css

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

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

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

border-color css

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

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

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