Html Css Color HEX #F19680 Dark Salmon

📋 copy color: '#F19680'

red 241 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #F19680

Tints of Dark Salmon #F19680

RGB

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

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

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

R = 46.44%
G = 28.9%
B = 24.66%

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

#F19680 (or 0xF19680) is known color: Dark Salmon. HEX triplet: F1, 96 and 80. RGB value is (241,150,128). Sum of RGB (Red+Green+Blue) = 241+150+128=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19680 is #0E697F. Grayscale: #AEAEAE. Windows color (decimal): -944512 or 8427249. OLE color: 8427249.

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

Color convert

RGB 241 150 128 -
CMYK 0 0.38 0.47 0.05
HSL 11.68º 0.8% 0.72% -
HSV(B) 11.68º 0.47% 0.95% -
XYZ 51.08 42.07 25.85 -
YUV 174.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 241 150 128 0 0.38 0.47 0.05 11.68 0.8 0.72
Hex F1 96 80 0 26 2F 5 C 50 48
Octal 361 226 200 0 46 57 5 14 120 110
Binary 11110001 10010110 10000000 0 100110 101111 101 1100 1010000 1001000

Color Harmonies of #F19680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19680

Black with #F19680

Text Example


Text Example

White with #F19680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19680; }

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

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

background-color css

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

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

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

border-color css

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

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

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