Html Css Color HEX #F6896B Salmon

📋 copy color: '#F6896B'

red 246 ◦ green 137 ◦ blue 107

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

Shades of Salmon #F6896B

Tints of Salmon #F6896B

RGB

 RED value IS 246 (96.48% from 255) = 50.2%

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

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

R = 50.2%
G = 27.96%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6896B (or 0xF6896B) is known color: Salmon. HEX triplet: F6, 89 and 6B. RGB value is (246,137,107). Sum of RGB (Red+Green+Blue) = 246+137+107=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6896B is #097694. Grayscale: #A6A6A6. Windows color (decimal): -620181 or 7047670. OLE color: 7047670.

HSL color Cylindrical-coordinate representation of color #F6896B: hue angle of 12.95º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6896B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 107 -
CMYK 0 0.44 0.57 0.04
HSL 12.95º 0.89% 0.69% -
HSV(B) 12.95º 0.57% 0.96% -
XYZ 49.61 38.55 18.74 -
YUV 166.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 246 137 107 0 0.44 0.57 0.04 12.95 0.89 0.69
Hex F6 89 6B 0 2C 39 4 D 59 45
Octal 366 211 153 0 54 71 4 15 131 105
Binary 11110110 10001001 1101011 0 101100 111001 100 1101 1011001 1000101

Color Harmonies of #F6896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6896B

Black with #F6896B

Text Example


Text Example

White with #F6896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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