Html Css Color HEX #F1896B Salmon

📋 copy color: '#F1896B'

red 241 ◦ green 137 ◦ blue 107

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

Shades of Salmon #F1896B

Tints of Salmon #F1896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

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

R = 49.69%
G = 28.25%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1896B (or 0xF1896B) is known color: Salmon. HEX triplet: F1, 89 and 6B. RGB value is (241,137,107). Sum of RGB (Red+Green+Blue) = 241+137+107=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1896B is #0E7694. Grayscale: #A4A4A4. Windows color (decimal): -947861 or 7047665. OLE color: 7047665.

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

Color convert

RGB 241 137 107 -
CMYK 0 0.43 0.56 0.05
HSL 13.43º 0.83% 0.68% -
HSV(B) 13.43º 0.56% 0.95% -
XYZ 47.88 37.65 18.65 -
YUV 164.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 241 137 107 0 0.43 0.56 0.05 13.43 0.83 0.68
Hex F1 89 6B 0 2B 38 5 D 53 44
Octal 361 211 153 0 53 70 5 15 123 104
Binary 11110001 10001001 1101011 0 101011 111000 101 1101 1010011 1000100

Color Harmonies of #F1896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1896B

Black with #F1896B

Text Example


Text Example

White with #F1896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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