Html Css Color HEX #F1786A Salmon

📋 copy color: '#F1786A'

red 241 ◦ green 120 ◦ blue 106

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

Shades of Salmon #F1786A

Tints of Salmon #F1786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.7%

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 51.61%
G = 25.7%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1786A (or 0xF1786A) is known color: Salmon. HEX triplet: F1, 78 and 6A. RGB value is (241,120,106). Sum of RGB (Red+Green+Blue) = 241+120+106=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1786A is #0E8795. Grayscale: #9A9A9A. Windows color (decimal): -952214 or 6977777. OLE color: 6977777.

HSL color Cylindrical-coordinate representation of color #F1786A: hue angle of 6.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1786A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 106 -
CMYK 0 0.50 0.56 0.05
HSL 6.22º 0.83% 0.68% -
HSV(B) 6.22º 0.56% 0.95% -
XYZ 45.59 33.17 17.64 -
YUV 154.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 241 120 106 0 0.50 0.56 0.05 6.22 0.83 0.68
Hex F1 78 6A 0 32 38 5 6 53 44
Octal 361 170 152 0 62 70 5 6 123 104
Binary 11110001 1111000 1101010 0 110010 111000 101 110 1010011 1000100

Color Harmonies of #F1786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1786A

Black with #F1786A

Text Example


Text Example

White with #F1786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1786A; }

 p { color: rgb(241,120,106); }

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

background-color css

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

 a { background-color: rgb(241,120,106); }

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

border-color css

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

 span { border-color: rgb(241,120,106); }

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