Html Css Color HEX #F1786B Salmon

📋 copy color: '#F1786B'

red 241 ◦ green 120 ◦ blue 107

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

Shades of Salmon #F1786B

Tints of Salmon #F1786B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 51.5%
G = 25.64%
B = 22.86%

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

#F1786B (or 0xF1786B) is known color: Salmon. HEX triplet: F1, 78 and 6B. RGB value is (241,120,107). Sum of RGB (Red+Green+Blue) = 241+120+107=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1786B is #0E8794. Grayscale: #9A9A9A. Windows color (decimal): -952213 or 7043313. OLE color: 7043313.

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

Color convert

RGB 241 120 107 -
CMYK 0 0.50 0.56 0.05
HSL 5.82º 0.83% 0.68% -
HSV(B) 5.82º 0.56% 0.95% -
XYZ 45.65 33.2 17.91 -
YUV 154.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 241 120 107 0 0.50 0.56 0.05 5.82 0.83 0.68
Hex F1 78 6B 0 32 38 5 6 53 44
Octal 361 170 153 0 62 70 5 6 123 104
Binary 11110001 1111000 1101011 0 110010 111000 101 110 1010011 1000100

Color Harmonies of #F1786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1786B

Black with #F1786B

Text Example


Text Example

White with #F1786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1786B; }

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

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

background-color css

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

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

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

border-color css

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

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

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