Html Css Color HEX #F19783 Dark Salmon

📋 copy color: '#F19783'

red 241 ◦ green 151 ◦ blue 131

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

Shades of Dark Salmon #F19783

Tints of Dark Salmon #F19783

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.87%

 BLUE value IS 131 (51.56% from 255) = 25.05%

R = 46.08%
G = 28.87%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F19783 (or 0xF19783) is known color: Dark Salmon. HEX triplet: F1, 97 and 83. RGB value is (241,151,131). Sum of RGB (Red+Green+Blue) = 241+151+131=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19783 is #0E687C. Grayscale: #AFAFAF. Windows color (decimal): -944253 or 8624113. OLE color: 8624113.

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

Color convert

RGB 241 151 131 -
CMYK 0 0.37 0.46 0.05
HSL 10.91º 0.8% 0.73% -
HSV(B) 10.91º 0.46% 0.95% -
XYZ 51.44 42.47 26.96 -
YUV 175.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 241 151 131 0 0.37 0.46 0.05 10.91 0.8 0.73
Hex F1 97 83 0 25 2E 5 B 50 49
Octal 361 227 203 0 45 56 5 13 120 111
Binary 11110001 10010111 10000011 0 100101 101110 101 1011 1010000 1001001

Color Harmonies of #F19783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19783

Black with #F19783

Text Example


Text Example

White with #F19783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19783; }

 p { color: rgb(241,151,131); }

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

background-color css

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

 a { background-color: rgb(241,151,131); }

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

border-color css

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

 span { border-color: rgb(241,151,131); }

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