Html Css Color HEX #F19671 Dark Salmon

📋 copy color: '#F19671'

red 241 ◦ green 150 ◦ blue 113

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

Shades of Dark Salmon #F19671

Tints of Dark Salmon #F19671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 47.82%
G = 29.76%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F19671 (or 0xF19671) is known color: Dark Salmon. HEX triplet: F1, 96 and 71. RGB value is (241,150,113). Sum of RGB (Red+Green+Blue) = 241+150+113=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F19671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19671 is #0E698E. Grayscale: #ADADAD. Windows color (decimal): -944527 or 7444209. OLE color: 7444209.

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

Color convert

RGB 241 150 113 -
CMYK 0 0.38 0.53 0.05
HSL 17.34º 0.82% 0.69% -
HSV(B) 17.34º 0.53% 0.95% -
XYZ 50.16 41.71 21.03 -
YUV 172.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 241 150 113 0 0.38 0.53 0.05 17.34 0.82 0.69
Hex F1 96 71 0 26 35 5 11 52 45
Octal 361 226 161 0 46 65 5 21 122 105
Binary 11110001 10010110 1110001 0 100110 110101 101 10001 1010010 1000101

Color Harmonies of #F19671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19671

Black with #F19671

Text Example


Text Example

White with #F19671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19671; }

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

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

background-color css

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

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

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

border-color css

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

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

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